GreatFormField constructor
const
GreatFormField({})
Implementation
const GreatFormField({
Key? key, // Fix: Use Key? key instead of super.key
this.controller,
this.hintText,
this.validateOnInput = true,
this.validator = Validator.none,
this.expand = false,
}) : super(key: key);