menu
filament_mobile package
documentation
ui/entries/entry_widgets.dart
Labelled
Labelled.new const constructor
Labelled.new const constructor
dark_mode
light_mode
Labelled
constructor
const
Labelled
(
{
required
Widget
child
,
String
?
label
,
Key
?
key
,
})
Implementation
const Labelled({required this.child, this.label, super.key});
filament_mobile package
documentation
ui/entries/entry_widgets
Labelled
Labelled.new const constructor
Labelled class