IOSTimePickerStyle constructor
IOSTimePickerStyle({
- Color? backgroundColor,
- Color? textColor,
- double? height,
- EdgeInsets? padding,
- int? minuteInterval,
Implementation
IOSTimePickerStyle({
this.backgroundColor,
this.textColor,
this.height,
this.padding,
this.minuteInterval,
});