setMaterial3 static method

  1. @Deprecated('Material 2 is no longer supported. Theme is always Material 3. This is a no-op.')
void setMaterial3(
  1. bool value
)

Deprecated no-op. Material 2 is no longer supported.

Implementation

@Deprecated(
    'Material 2 is no longer supported. Theme is always Material 3. This is a no-op.')
static void setMaterial3(bool value) {
  // Intentionally ignored so existing apps still compile without hitting prefs.
}