onTap property

(void Function(void onUpdate(dynamic fileOrURL, AssetType type))?) onTap
final

What happens when you tap the Create New button.

Implementation

final void Function(
  void Function(dynamic fileOrURL, AssetType type) onUpdate,
)? onTap;