PickImage typedef

PickImage = Future<ImageProvider<Object>>? Function(BuildContext context)

Signature for function used to pick an image.

Implementation

typedef PickImage = Future<ImageProvider>? Function(BuildContext context);