SummerRowSelection constructor

const SummerRowSelection({
  1. SummerSelectionType type = SummerSelectionType.checkbox,
  2. Set<Object?> selectedKeys = const <Object?>{},
  3. ValueChanged<Set<Object?>>? onChanged,
  4. double width = 48.0,
  5. bool disabled = false,
  6. bool rowDisabler(
    1. Object? rowKey
    )?,
})

Implementation

const SummerRowSelection({
  this.type = SummerSelectionType.checkbox,
  this.selectedKeys = const <Object?>{},
  this.onChanged,
  this.width = 48.0,
  this.disabled = false,
  this.rowDisabler,
});