GNTimeSelect constructor
const
GNTimeSelect({
- Key? key,
- String? labelText,
- String? hintText,
- Color? filledColor,
- Color? textColor,
- Color? iconColor,
- Color? borderColor,
- bool? isShowCancelIcon,
- String? emptyValidationMessage,
- EdgeInsetsGeometry? contentPadding,
- bool? isRequired,
- bool isInitialDate = true,
- required TextEditingController controller,
- void onTimeSelected(
- TimeOfDay? time
Implementation
const GNTimeSelect({
super.key,
this.labelText,
this.hintText,
this.filledColor,
this.textColor,
this.iconColor,
this.borderColor,
this.isShowCancelIcon,
this.emptyValidationMessage,
this.contentPadding,
this.isRequired,
this.isInitialDate=true,
required this.controller,
this.onTimeSelected,
});