TodayTableColumn constructor
const
TodayTableColumn({
- required String label,
- TextAlign align = TextAlign.left,
- double? width,
- bool selectable = false,
- TodayCheckboxValue selectableValue = TodayCheckboxValue.unchecked,
- bool selected = false,
- bool isMore = false,
- Widget? showcase,
- dynamic onChanged(
- TodayCheckboxValue value
Implementation
const TodayTableColumn({
required this.label,
this.align = TextAlign.left,
this.width,
this.selectable = false,
this.selectableValue = TodayCheckboxValue.unchecked,
this.selected = false,
this.isMore = false,
this.showcase,
this.onChanged,
});