MultiFlowBuilderWidget typedef
MultiFlowBuilderWidget =
Widget Function(BuildContext context, List<Tuple3<Type, int, dynamic> ?> data)
A builder that builds a widget based on the state of a MultiFlow.
data the data of the MultiFlow.
Implementation
typedef MultiFlowBuilderWidget = Widget Function(
BuildContext context, List<Tuple3<Type, int, dynamic>?> data);