TimeDurationPicker constructor
const
TimeDurationPicker({
- Key? key,
- required List<
TimeColumnConfig> columns, - double height = 168,
- double columnSpacing = 12.0,
- TimeDurationPickerTheme theme = const TimeDurationPickerTheme(),
- dynamic onChanged()?,
- bool showSeparatorLines = true,
- double? upperLinePosition,
- double? lowerLinePosition,
- double? width,
Implementation
const TimeDurationPicker({
super.key,
required this.columns,
this.height = 168,
this.columnSpacing = 12.0,
this.theme = const TimeDurationPickerTheme(),
this.onChanged,
this.showSeparatorLines = true,
this.upperLinePosition,
this.lowerLinePosition,
this.width,
});