DefaultButtonView constructor
const
DefaultButtonView({})
Implementation
const DefaultButtonView({
super.key,
required this.callback,
this.title,
this.borderRadius,
this.isLoading = false,
this.customBackgroundColor,
this.customChild,
this.isError = false,
}) : type = ButtonType.normal,
customTextColor = null,
borderColor = null,
borderWidth = null;