buttonColor property

Color buttonColor
final

Color for the button.

For `EasyButtonType.elevated`: This will be the background color.

For `EasyButtonType.outlined`: This will be the border color.

For `EasyButtonType.text`: This will be the text color.

Implementation

final Color buttonColor;