CustomIconButtonWidget constructor
CustomIconButtonWidget({})
Implementation
CustomIconButtonWidget(
{Key? key,
required this.buttonText,
required this.iconPath,
required this.onTap,
this.font,
this.height = 50,
this.radius = 8,
this.width = 50,
this.fontSize = 16,
this.buttonTextColor,
this.borderColor,
this.disabled = false,
this.buttonColor})
: super(key: key);