ControlsWidgetBuilder typedef

ControlsWidgetBuilder = Widget Function(BuildContext context, ControlsDetails details)

A builder that creates a widget given the two callbacks onStepContinue and onStepCancel.

Used by Stepper.controlsBuilder.

See also:

Implementation

typedef ControlsWidgetBuilder = Widget Function(BuildContext context, ControlsDetails details);