selectedTileColor property

ButtonState<Color?>? selectedTileColor
final

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

Implementation

final ButtonState<Color?>? selectedTileColor;