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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
_currentTheme ??= AdaptiveTheme.of(context).mode;
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
leading: BackButton(),
|
leading: BackButton(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue