fix ios staus bar icon colors

This commit is contained in:
Salvatore Giordano
2020-10-29 12:24:40 +01:00
parent 1bd883caf3
commit c9c790e120
9 changed files with 79 additions and 100 deletions
+1
View File
@@ -78,6 +78,7 @@ class ChannelHeader extends StatelessWidget implements PreferredSizeWidget {
Widget build(BuildContext context) {
final channel = StreamChannel.of(context).channel;
return AppBar(
brightness: Theme.of(context).brightness,
elevation: 1,
leading: showBackButton
? StreamBackButton(onPressed: onBackPressed)