labelStyle property

FLabelStyle get labelStyle

The FLabel's style.

Implementation

FLabelStyle get labelStyle => (
      layout: labelLayoutStyle,
      state: FLabelStateStyle(
        enabledStyle: enabledStyle,
        disabledStyle: disabledStyle,
        errorStyle: errorStyle,
      ),
    );