FLabel constructor
const
FLabel({
- required Axis axis,
- required Widget child,
- FLabelStyle? style,
- Widget? label,
- Widget? description,
- Widget? error,
- FLabelState state = FLabelState.enabled,
- Key? key,
Creates a FLabel.
Implementation
const FLabel({
required this.axis,
required this.child,
this.style,
this.label,
this.description,
this.error,
this.state = FLabelState.enabled,
super.key,
});