labelTextStyle property

TextStyle? labelTextStyle
final

The text style for port labels.

If null, a default text style will be used based on the theme. This controls font size, color, weight, and other text properties.

Implementation

final TextStyle? labelTextStyle;