CustomActionButton constructor
const
CustomActionButton({})
Implementation
const CustomActionButton({
super.key,
required this.text,
this.onPressed,
this.isLoading = false,
this.icon,
this.backgroundColor,
this.textColor,
this.borderColor,
this.width,
this.height,
this.isOutlined = true,
this.underlinedChar,
this.padding,
this.fontSize,
this.theme
});