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. double positionFactor = 0.42,
  7. TextStyle? textStyle,
  8. double defaultFontSize = 18,
  9. Color defaultTextColor = Colors.black,
  10. ClockIncrementHourFormat clockIncrementHourFormat = ClockIncrementHourFormat.six,
  11. int? endNumber,
})

Creates a TimePickerClockNumberDecoration.

Implementation

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