IOSTimePickerStyle constructor

IOSTimePickerStyle({
  1. Color? backgroundColor,
  2. Color? textColor,
  3. double? height,
  4. EdgeInsets? padding,
  5. int? minuteInterval,
})

Implementation

IOSTimePickerStyle({
  this.backgroundColor,
  this.textColor,
  this.height,
  this.padding,
  this.minuteInterval,
});