UKitTimePickerBuilder constructor

UKitTimePickerBuilder({
  1. Color? themeColor,
  2. String? saveText,
  3. String? cancelText,
  4. String? titleText,
  5. String? hourLabel,
  6. String? minuteLabel,
})

Implementation

UKitTimePickerBuilder({
  this.themeColor,
  this.saveText,
  this.cancelText,
  this.titleText,
  this.hourLabel,
  this.minuteLabel,
});