CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({super.key,
this.onPressed,
this.enableEffectClicked = true,
this.activeColor,
this.disabledColor,
required this.text,
this.textStyle,
this.textColor,
this.textSize,
this.builderText,
this.border = 8.0,
this.height = 50.0,
this.elevation = 8.0,
}) : assert(disabledColor != null);