createState method
Creates the mutable state for this component.
Implementation
@override
State<InitialStep> createState() => _InitialStepState();
Creates the mutable state for this component.
@override
State<InitialStep> createState() => _InitialStepState();