BlueItemFormField constructor
BlueItemFormField({})
Implementation
BlueItemFormField({
Key? key,
this.label,
this.hint,
this.showHint,
this.initialValue,
this.obscureText,
this.onChanged,
}) : super(key: key);