GeneralButtonStyle constructor
GeneralButtonStyle({
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(30)),
- double? height,
- double? width,
- Color foregroundColor = Colors.white,
- FontWeight fontWeight = FontWeight.normal,
- Color backgroundColor = Colors.blueAccent,
- IconData? icon,
- 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});