AppwriteTextField constructor
const
AppwriteTextField({})
Implementation
const AppwriteTextField({
super.key,
required this.controller,
required this.labelText,
this.obscureText = false,
this.phone = false,
this.errorText = '',
this.errorBool = false,
});