isPlatformBrightnessDependent property

bool isPlatformBrightnessDependent

Implementation

bool get isPlatformBrightnessDependent {
  return color != darkColor ||
      elevatedColor != darkElevatedColor ||
      highContrastColor != darkHighContrastColor ||
      highContrastElevatedColor != darkHighContrastElevatedColor;
}