RoundedButtonWithIcon constructor
const
RoundedButtonWithIcon({})
Implementation
const RoundedButtonWithIcon (
{super.key, required this.btnTitle,
required this.bgColor,
required this.textColor,
required this.iconURL,
this.width,
this.fontSize = 16.0,
this.padding = 13.0,
required this.onPress,
this.fontWeight = FontWeight.w900,
this.height = 55}
);