ControlsWidgetBuilder typedef Null safety
A builder that creates a widget given the two callbacks onStepContinue
and
onStepCancel
.
Used by Stepper.controlsBuilder.
See also:
- WidgetBuilder, which is similar but only takes a BuildContext.
Implementation
typedef ControlsWidgetBuilder = Widget Function(BuildContext context, ControlsDetails details);