buttonColor property

Color? buttonColor
final

buttonColor Define the button color. The default value is white if the darkMode = false. else the value is Color(0xff424242).


![](https://raw.githubusercontent.com/elbeicktalat/flutter_auth_buttons/master/doc/api/assets/style-default.png)


You can also give it any color you want. ```dart color: Colors.amberAccent, ``` ![](https://raw.githubusercontent.com/elbeicktalat/flutter_auth_buttons/master/doc/api/assets/button-color-amber.png)

Implementation

final Color? buttonColor;