onTap property

FutureOr<T?> Function() onTap
final

The callback that is called when the action is tapped.

Implementation

final FutureOr<T?> Function() onTap;