ControlsWidgetBuilder typedef

Widget ControlsWidgetBuilder (BuildContext context, { VoidCallback onStepContinue, VoidCallback onStepCancel })

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

Used by Stepper.builder.

See also:

Implementation

typedef ControlsWidgetBuilder = Widget Function(BuildContext context, {VoidCallback onStepContinue, VoidCallback onStepCancel});