menu
dropdown_model_list package
documentation
drop_down/multiselect_chip.dart
ChipRow
ChipRow.new const constructor
ChipRow.new const constructor
dark_mode
light_mode
ChipRow
constructor
const
ChipRow
(
{
Key
?
key
,
required
List
<
String
>
selectedLabels
,
required
void
onDelete
(
String
),
})
Implementation
const ChipRow({ super.key, required this.selectedLabels, required this.onDelete, });
dropdown_model_list package
documentation
drop_down/multiselect_chip
ChipRow
ChipRow.new const constructor
ChipRow class