forTap property

FutureOr<void> Function()? forTap
getter/setter pair

The onTap function is called when a user taps on CupertinoListTile.

Implementation

FutureOr<void> Function()? forTap;