fix: Display current theme mode
This commit is contained in:
parent
4dd8f4ed57
commit
5c4501208d
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class _SettingsStyleState extends State<SettingsStyle> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
_currentTheme ??= AdaptiveTheme.of(context).mode;
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: BackButton(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue