chore: fix linter warnings

This commit is contained in:
Gordon Hayes
2021-10-12 12:04:06 +02:00
parent cb2d7df46f
commit ca3515618b
9 changed files with 17 additions and 16 deletions
@@ -5,7 +5,7 @@ import 'package:stream_chat_flutter/stream_chat_flutter.dart';
class ChatView extends StatelessWidget {
@override
Widget build(BuildContext context) {
final textColor = Theme.of(context).appBarTheme.color;
final textColor = Theme.of(context).appBarTheme.backgroundColor;
return Scaffold(
backgroundColor: Theme.of(context).canvasColor,
appBar: AppBar(