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).

You can also give it any color you want.

color: Colors.amberAccent,

Implementation

final Color? buttonColor;