labelStyle property

FLabelStyle get labelStyle

The label style.

Implementation

// ignore: diagnostic_describe_all_properties
FLabelStyle get labelStyle => (
      layout: labelLayoutStyle,
      state: FLabelStateStyles(
        enabledStyle: enabledStyle,
        disabledStyle: disabledStyle,
        errorStyle: errorStyle,
      ),
    );