add brightness so that status bar icons have the right color
This commit is contained in:
parent
6eb748194f
commit
eae8a3849a
|
@ -27,6 +27,7 @@ class CommunitiesListPage extends StatelessWidget {
|
|||
final theme = Theme.of(context);
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
brightness: theme.brightness,
|
||||
title: Text(title ?? '', style: theme.textTheme.headline6),
|
||||
centerTitle: true,
|
||||
backgroundColor: theme.cardColor,
|
||||
|
|
Loading…
Reference in New Issue