getTextColor method

Color getTextColor()

Returns the textColor of the matched ListTile via Widget.toDiagnosticsNode

Implementation

Color getTextColor() {
  return getDiagnosticProp<Color>('textColor');
}