usesAdaptiveScope property
bool
get
usesAdaptiveScope
Whether this instance should host an adaptive M3EThemeScope.
Implementation
bool get usesAdaptiveScope =>
initialTheme != null ||
(autoTheming ?? false) ||
(dynamicColoring ?? false) ||
controller != null;