FLabel constructor
const
FLabel({
- required Axis axis,
- required Widget child,
- FLabelStyle style()?,
- Widget? label,
- Widget? description,
- Widget? error,
- Set<
WidgetState> states = const {}, - Key? key,
Creates a FLabel.
Implementation
const FLabel({
required this.axis,
required this.child,
this.style,
this.label,
this.description,
this.error,
this.states = const {},
super.key,
});