Merge pull request #782 from dkrutskikh/trailing-commas

chore(repo): add missed trailing commas
This commit is contained in:
Salvatore Giordano
2021-11-23 10:27:30 +01:00
committed by GitHub
5 changed files with 21 additions and 15 deletions
@@ -64,11 +64,12 @@ class MyApp extends StatelessWidget {
),
),
messageListViewTheme: const MessageListViewThemeData(
backgroundColor: Colors.grey,
backgroundImage: DecorationImage(
image: AssetImage('assets/background_doodle.png'),
fit: BoxFit.cover,
)),
backgroundColor: Colors.grey,
backgroundImage: DecorationImage(
image: AssetImage('assets/background_doodle.png'),
fit: BoxFit.cover,
),
),
otherMessageTheme: MessageThemeData(
messageBackgroundColor: colorTheme.textHighEmphasis,
messageTextStyle: TextStyle(