menu
freelance package
documentation
widgets/profile/form_label.dart
FormLabel
FormLabel const constructor
FormLabel const constructor
dark_mode
light_mode
FormLabel
constructor
const
FormLabel
(
{
Key
?
key
,
String
?
text
,
})
Implementation
const FormLabel({ Key? key, this.text, }) : super(key: key);
freelance package
documentation
widgets/profile/form_label
FormLabel
FormLabel const constructor
FormLabel class