ServiceCardState constructor

const ServiceCardState(
  1. {Key? key,
  2. bool rightOfText = false}
)

Implementation

const ServiceCardState({
  super.key,
  this.rightOfText = false,
});