onTapBefore property

(FutureOr<void> Function()?) onTapBefore
final

A callback function to be called before dropdown button tapped. Note that the returned future will be awaited, so use Future.microtask if necessary.

Implementation

final FutureOr<void> Function()? onTapBefore;