SubmitButtonV2 constructor
Implementation
SubmitButtonV2(
{Key key,
@required this.isLoading,
@required this.button,
this.spinnerColor,
this.btnHorizontalPadding,
this.borderColor})
: assert(isLoading != null),
assert(button != null),
super(key: key);