labelStyle property

TextStyle? labelStyle
final

The fallback style for the Segment.label.

If the label of LegendItem.segment has no TextStyle, this style is used instead.

Implementation

final TextStyle? labelStyle;