MultiRangePickerCommonItem constructor
MultiRangePickerCommonItem({
- required PickerEntity item,
- Color normalColor = const Color(0Xff4a4e59),
- Color selectColor = const Color(0xff41bc6a),
- Color? backgroundColor,
- bool isFirstLevel = false,
- bool isMoreSelectionListType = false,
- ValueChanged<
PickerEntity> ? itemSelectFunction, - Color? selectedBackgroundColor,
- bool? isCurrentFocused,
Implementation
MultiRangePickerCommonItem({
required this.item,
this.normalColor = const Color(0Xff4a4e59),
this.selectColor = const Color(0xff41bc6a),
this.backgroundColor,
this.isFirstLevel = false,
this.isMoreSelectionListType = false,
this.itemSelectFunction,
this.selectedBackgroundColor,
this.isCurrentFocused,
});