setMaterial3 static method
- @Deprecated('Material 2 is no longer supported. Theme is always Material 3. This is a no-op.')
- 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.
}