FormBlocStep constructor
const
FormBlocStep({})
Creates a step for a Stepper
.
The title
, content
, and state
arguments must not be null.
Implementation
const FormBlocStep({
required this.title,
this.subtitle,
required this.content,
this.state = StepState.indexed,
this.isActive,
});