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