Segment.decimalPoint constructor

Segment.decimalPoint(
  1. SegmentStyle style,
  2. Size segmentSize,
  3. double padding
)

Creates segment for decimal point (.).

Implementation

Segment.decimalPoint(SegmentStyle style, Size segmentSize, double padding)
    : this(
        path: style.createDecimalPointPath(segmentSize, padding),
        isEnabled: true,
      );