onPressed property

dynamic Function(BuildContext)? onPressed
latefinal

A function that is called by tap on a tile

Implementation

late final Function(BuildContext)? onPressed;