onChange property
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;
Called when the user initiates a change to the FSelectTile's value: when they have checked or unchecked this tile.
final ValueChanged<bool>? onChange;