isInterfaceElevationDependent property

bool isInterfaceElevationDependent

Implementation

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