menu
arcane package
documentation
generated/arcane_shadcn/src/components/layout/basic.dart
Label
Label.new const constructor
Label.new const constructor
dark_mode
light_mode
Label
constructor
const
Label
(
{
Key
?
key
,
Widget
?
leading
,
required
Widget
child
,
Widget
?
trailing
,
})
Implementation
const Label({ super.key, this.leading, required this.child, this.trailing, });
arcane package
documentation
generated/arcane_shadcn/src/components/layout/basic
Label
Label.new const constructor
Label class