ScreenSelectActionsBuilder typedef
ScreenSelectActionsBuilder =
Widget Function(BuildContext context, VoidCallback onCancel, )
Implementation
typedef ScreenSelectActionsBuilder = Widget Function(
BuildContext context,
VoidCallback onCancel,
VoidCallback onShare,
bool shareEnabled,
);