add brightness so that status bar icons have the right color

This commit is contained in:
krawieck 2020-09-29 00:59:19 +02:00
parent 6eb748194f
commit eae8a3849a
1 changed files with 1 additions and 0 deletions

View File

@ -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,