CommandBarItemWidgetBuilder typedef

CommandBarItemWidgetBuilder = Widget Function(BuildContext context, CommandBarItemDisplayMode displayMode, Widget child)

Signature of function that can customize the widget returned by a CommandBarItem built in the given display mode. Can be useful to wrap the widget in a Tooltip etc.

Implementation

typedef CommandBarItemWidgetBuilder = Widget Function(
  BuildContext context,
  CommandBarItemDisplayMode displayMode,
  Widget child,
);