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