StepShell typedef

StepShell = Widget Function(Step step, Widget? answerWidget, BuildContext context)

Implementation

typedef StepShell = Widget Function(
  Step step,
  Widget? answerWidget,
  BuildContext context,
);