menu
flcore package
documentation
ui/widgets/inputs/input_label.dart
InputLabel
InputLabel.new const constructor
InputLabel.new const constructor
dark_mode
light_mode
InputLabel
constructor
const
InputLabel
(
{
Key
?
key
,
required
String
label
,
String
?
info
,
})
Implementation
const InputLabel({ super.key, required this.label, this.info, });
flcore package
documentation
ui/widgets/inputs/input_label
InputLabel
InputLabel.new const constructor
InputLabel class