FormFieldLabel constructor
const
FormFieldLabel({})
Implementation
const FormFieldLabel(
{Key? key,
required this.text,
this.isUpper = true,
this.textAlign = TextAlign.left,
this.color,
this.fontWeight,
this.fontSize = 18.0})
: super(key: key);