labelStyle property
FLabelStyle
get
labelStyle
The FLabel's style.
Implementation
// ignore: diagnostic_describe_all_properties
FLabelStyle get labelStyle => (
layout: labelLayoutStyle,
state: FLabelStateStyles(
enabledStyle: enabledStyle,
disabledStyle: disabledStyle,
errorStyle: errorStyle,
),
);