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