GfTimePicker constructor

const GfTimePicker({
  1. Key? key,
  2. String? errorText,
  3. String? cancelText,
  4. String? confirmText,
  5. String? helpText,
  6. String? hourLabelText,
  7. String? minuteLabelText,
  8. TimeOfDay? defaultTime,
  9. String? labelText,
  10. Color? borderColor,
  11. String? headingText,
  12. double? borderWidth,
  13. String? buttonText,
  14. Icon? buttonIcon,
  15. EdgeInsets? margin,
  16. EdgeInsets? padding,
})

Implementation

const GfTimePicker(
    {Key? key,
    this.errorText,
    this.cancelText,
    this.confirmText,
    this.helpText,
    this.hourLabelText,
    this.minuteLabelText,
    this.defaultTime,
    this.labelText,
    this.borderColor,
    this.headingText,
    this.borderWidth,
    this.buttonText,
    this.buttonIcon,
    this.margin,
    this.padding})
    : super(key: key);