OmegaGradientButton constructor
OmegaGradientButton({})
Implementation
OmegaGradientButton({
required this.text,
this.icon,
required this.width,
required this.height,
this.withIcon = false,
this.fontSize = 14,
this.iconSpace = 0,
this.onPressed,
this.color = Colors.black,
this.iconColor = Colors.grey,
this.textColor = Colors.white,
});