CustomHourPicker constructor
const
CustomHourPicker({
- Key? key,
- dynamic onPositivePressed(
- BuildContext context,
- DateTime time
- dynamic onNegativePressed(
- BuildContext context
- DateTime? date,
- DateTime? initDate,
- String? title,
- String? positiveButtonText,
- String? negativeButtonText,
- double? elevation,
- TextStyle? positiveButtonStyle,
- TextStyle? negativeButtonStyle,
- TextStyle? titleStyle,
Implementation
const CustomHourPicker({
Key? key,
this.onPositivePressed,
this.onNegativePressed,
this.date,
this.initDate,
this.title,
this.positiveButtonText,
this.negativeButtonText,
this.elevation,
this.positiveButtonStyle,
this.negativeButtonStyle,
this.titleStyle,
}) : super(key: key);