diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index d76ef913..710778ad 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -31,7 +31,7 @@ export 'toolbar/select_header_style_button.dart'; export 'toolbar/toggle_check_list_button.dart'; export 'toolbar/toggle_style_button.dart'; -typedef OnImagePickCallback = Future Function(File file); +typedef OnImagePickCallback = Future Function(File file); typedef ImagePickImpl = Future Function(ImageSource source); typedef FilePickImpl = Future Function(BuildContext context); typedef WebImagePickImpl = Future Function(