segmentBaseSize property

Size segmentBaseSize
final

Base size of every segment - used as a size ratio for each segment.

Example: Size(1.0, 4.0) basically means that ratio will be 1:4 (width:length) (segment will be 1 unit wide/thick and 4 units long).

NOTE: SegmentStyle.segmentBaseSize * SegmentDisplay.size = segmentSize

Implementation

final Size segmentBaseSize;