menu
brain_dev_tools package
documentation
views/base/single_select_chip.dart
SingleSelectChip
SingleSelectChip.new const constructor
SingleSelectChip.new const constructor
dark_mode
light_mode
SingleSelectChip
constructor
const
SingleSelectChip
(
{
Key
?
key
,
List
?
data
,
dynamic
onSelectionChanged
(
String
)?,
})
Implementation
const SingleSelectChip({super.key, this.data, this.onSelectionChanged});
brain_dev_tools package
documentation
views/base/single_select_chip
SingleSelectChip
SingleSelectChip.new const constructor
SingleSelectChip class