DigitalStyle constructor

const DigitalStyle({
  1. double segmentThickness = 0.13,
  2. double segmentSpacing = 0,
  3. bool roundedEnds = false,
  4. double roundness = 0.4,
})

Implementation

const DigitalStyle({
  this.segmentThickness = 0.13,
  this.segmentSpacing = 0,
  this.roundedEnds = false,
  this.roundness = 0.4,
});