GFormSubmitButton constructor
const
GFormSubmitButton({})
Implementation
const GFormSubmitButton({
super.key,
this.controller,
required this.onSubmit,
required this.child,
this.resetOnSuccess = false,
this.style,
this.loadingColor = Colors.white,
this.loadingSize = 24.0,
});