SummerRowSelection constructor
const
SummerRowSelection({
- SummerSelectionType type = SummerSelectionType.checkbox,
- Set<
Object?> selectedKeys = const <Object?>{}, - ValueChanged<
Set< ? onChanged,Object?> > - double width = 48.0,
- bool disabled = false,
- bool rowDisabler(
- Object? rowKey
Implementation
const SummerRowSelection({
this.type = SummerSelectionType.checkbox,
this.selectedKeys = const <Object?>{},
this.onChanged,
this.width = 48.0,
this.disabled = false,
this.rowDisabler,
});