menu
tfn_design_system package
documentation
components/chips/selection_chip.dart
SelectionChip
onSelected property
onSelected property
dark_mode
light_mode
onSelected
property
ValueChanged
<
bool
>
?
onSelected
final
Callback when the chip selection changes.
Implementation
final ValueChanged<bool>? onSelected;
tfn_design_system package
documentation
components/chips/selection_chip
SelectionChip
onSelected property
SelectionChip class