ShowModalFunction<T extends Object> typedef

  1. @optionalTypeArgs
ShowModalFunction<T extends Object> = Future<T?> Function()

Signature for the function that shows the modal, passed to triggerBuilder.

Implementation

@optionalTypeArgs
typedef ShowModalFunction<T extends Object> = Future<T?> Function();