extract date_divider and reply_indicator widgets

This commit is contained in:
Salvatore Giordano
2020-04-21 22:05:38 +02:00
parent 43c71e0c7e
commit 8b5d1de377
6 changed files with 163 additions and 113 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class SendingIndicator extends StatelessWidget {
),
child: CircleAvatar(
radius: 4,
backgroundColor: Theme.of(context).accentColor,
backgroundColor: StreamChatTheme.of(context).accentColor,
child: Icon(
Icons.done,
color: Colors.white,