ScreenSelectActionsBuilder typedef

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

Implementation

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