ButtonState constructor
const
ButtonState({})
Implementation
const ButtonState({
super.key,
required this.child,
this.onSubmit,
this.loading,
this.onFailure,
this.showToastError,
this.skeletonizerLoading,
});