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