FullwdithButton constructor

FullwdithButton({
  1. Key? key,
  2. required Function onPressed,
  3. required double width,
  4. Color outlineColor = Colors.transparent,
  5. required Color backgroundColor,
  6. double radius = 8,
  7. required Widget child,
})

Implementation

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