DPStopwatchViewModel constructor

DPStopwatchViewModel({
  1. int? startWithTenMilliseconds,
  2. TextStyle? clockTextStyle,
})

Implementation

DPStopwatchViewModel({
  this.startWithTenMilliseconds,
  this.clockTextStyle,
}) : currentTenMilliseconds = startWithTenMilliseconds ?? 0;