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