SILTimePicker constructor
const
SILTimePicker({
- required TextEditingController controller,
- required FormFieldCallback? onChanged,
- FormFieldCallback? onSaved,
- FocusNode? focusNode,
- String? hintText,
- String? initialValue,
- TextInputType? keyboardType,
- String? labelText,
- Icon? suffixIcon,
- FormFieldCallback? validator,
- InputDecoration? decoration,
Implementation
const SILTimePicker({
required this.controller,
required this.onChanged,
this.onSaved,
this.focusNode,
this.hintText,
this.initialValue,
this.keyboardType,
this.labelText,
this.suffixIcon,
this.validator,
this.decoration,
});