ActionBuilderWidget typedef

ActionBuilderWidget = List<Widget> Function(BuildContext context, ActionLevelType actionLevel)

Signature for the builder callback used by MasterDetailFlowWidget.actionBuilder.

Builds the actions that go in the app bars constructed for the master and lateral UI pages. actionLevel indicates the intended destination of the return actions.

Implementation

typedef ActionBuilderWidget = List<Widget> Function(
    BuildContext context, ActionLevelType actionLevel);