FullwdithButton constructor
FullwdithButton({})
Implementation
FullwdithButton({super.key, required this.onPressed, required this.width, this.outlineColor = Colors.transparent,
required this.backgroundColor, this.radius = 8, required this.child});