menu
bmi_global package
documentation
utils/table.dart
DisplaySelectRow<T>
DisplaySelectRow.new constructor
DisplaySelectRow.new constructor
dark_mode
light_mode
DisplaySelectRow<
T
>
constructor
DisplaySelectRow<
T
>
(
{
required
Set
<
T
>
selected
,
required
void
onSelectChange
(
T
,
bool
),
})
Implementation
DisplaySelectRow({required this.selected, required this.onSelectChange});
bmi_global package
documentation
utils/table
DisplaySelectRow<T>
DisplaySelectRow.new constructor
DisplaySelectRow class