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