tileColor property

ButtonState<Color?>? tileColor
final

The color of the tile when unselected. If null, NavigationPaneThemeData.tileColor is used

Implementation

final ButtonState<Color?>? tileColor;