onChange property

ValueChanged<bool>? onChange
final

Called when the user initiates a change to the FSelectTile's value: when they have checked or unchecked this tile.

Implementation

final ValueChanged<bool>? onChange;