menu
forui package
documentation
widgets/label.dart
FLabelStyle typedef
FLabelStyle typedef
dark_mode
light_mode
FLabelStyle
typedef
FLabelStyle
= (
{
FLabelLayoutStyle
layout
,
FLabelStateStyles
state
}
)
The
FLabel
's style.
Implementation
typedef FLabelStyle = ({FLabelLayoutStyle layout, FLabelStateStyles state});
forui package
documentation
widgets/label
FLabelStyle typedef
forui.widgets.label library