RoundedButton constructor
const
RoundedButton({})
Implementation
const RoundedButton({super.key,
required this.title,
this.colour,
required this.onPressed,
this.width,
this.elevation,
this.leftSideWidgets,
this.titleSize,
this.borderRadius,
this.fontWeight,
this.fontColor,
this.rightSideWidgets,
});