height property

double height
final

Height of the segmented control.

In vertical mode this is the control's cross-axis width. The total height is (segmentExtent ?? height) × the number of segments.

Defaults to 32 (matching iOS UISegmentedControl).

Implementation

final double height;