menu
kitawi package
documentation
kitawi.dart
Label
Label constructor
Label constructor
dark_mode
light_mode
Label
constructor
Label
(
{
required
List
<
Component
>
?
children
,
String
tag
=
"label"
,
String
?
id
,
Map
<
String
,
dynamic
>
?
style
,
String
?
className
,
})
Implementation
Label({ required super.children, super.tag = "label", super.id, super.style, super.className, });
kitawi package
documentation
kitawi
Label
Label constructor
Label class