tileColor property

ButtonState<Color>? tileColor
final

The background color of the button.

If null, ButtonThemeData.uncheckedInputColor is used by default

Implementation

final ButtonState<Color>? tileColor;