getSelectedTileColor method

Color getSelectedTileColor()

Returns the selectedTileColor of the matched ListTile via Widget.toDiagnosticsNode

Implementation

Color getSelectedTileColor() {
  return getDiagnosticProp<Color>('selectedTileColor');
}