GeneralButtonStyle constructor

GeneralButtonStyle({
  1. BorderRadius borderRadius = const BorderRadius.all(Radius.circular(30)),
  2. double? height,
  3. double? width,
  4. Color foregroundColor = Colors.white,
  5. FontWeight fontWeight = FontWeight.normal,
  6. Color backgroundColor = Colors.blueAccent,
  7. IconData? icon,
  8. double fontSize = 13,
})

Implementation

GeneralButtonStyle({this.borderRadius = const BorderRadius.all(Radius.circular(30)),this.height,this.width, this.foregroundColor = Colors.white,this.fontWeight = FontWeight.normal, this.backgroundColor = Colors.blueAccent, this.icon, this.fontSize =13});