menu
rehacul_app_medical
presentations/components/rehacul_step_counter.dart
RehaculStepCounter
RehaculStepCounter const constructor
RehaculStepCounter
brightness_4
brightness_5
RehaculStepCounter
constructor
const
RehaculStepCounter
(
{
Key
?
key
,
required
int
currentStep
,
int
totalStep
=
7
}
)
Implementation
const RehaculStepCounter({ super.key, required this.currentStep, this.totalStep = 7, });
rehacul_app_medical
rehacul_step_counter
RehaculStepCounter
RehaculStepCounter const constructor
RehaculStepCounter class