Release v3.5.0
- Add support for dynamically changing
debugShowFloatingThemeButton
state usingAdaptiveTheme.of(context).setDebugShowFloatingThemeButton(bool)
method. - Allow reading state of
debugShowFloatingThemeButton
usingAdaptiveTheme.of(context).debugShowFloatingThemeButton
.