ActionsBuilder typedef

ActionsBuilder = List<Widget> Function(BuildContext context, List<Widget> defaultActions)

The signature for the function that builds the list of actions.

Implementation

typedef ActionsBuilder = List<Widget> Function(
  BuildContext context,
  List<Widget> defaultActions,
);