TimePickerClockNumberDecoration constructor

TimePickerClockNumberDecoration({
  1. ClockTimeFormat clockTimeFormat = ClockTimeFormat.twentyFourHours,
  2. ClockIncrementTimeFormat clockIncrementTimeFormat = ClockIncrementTimeFormat.fiveMin,
  3. bool showNumberIndicators = true,
  4. double textScaleFactor = 0.7,
  5. double scaleFactor = 0.9,
  6. TextStyle? textStyle,
  7. double defaultFontSize = 18,
  8. Color defaultTextColor = Colors.black,
  9. ClockIncrementHourFormat clockIncrementHourFormat = ClockIncrementHourFormat.six,
})

Implementation

TimePickerClockNumberDecoration({
  this.clockTimeFormat = ClockTimeFormat.twentyFourHours,
  this.clockIncrementTimeFormat = ClockIncrementTimeFormat.fiveMin,
  this.showNumberIndicators = true,
  this.textScaleFactor = 0.7,
  this.scaleFactor = 0.9,
  this.textStyle,
  this.defaultFontSize = 18,
  this.defaultTextColor = Colors.black,
  this.clockIncrementHourFormat = ClockIncrementHourFormat.six,
});