chore(repo): run dart fix

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-10-01 16:45:18 +05:30
committed by xsahil03x
parent f7db4b1071
commit 2157340784
6 changed files with 25 additions and 10 deletions
@@ -92,7 +92,9 @@ class UserAvatar extends StatelessWidget {
streamChatTheme
.ownMessageTheme.avatarTheme?.borderRadius,
image: DecorationImage(
image: imageProvider, fit: BoxFit.cover),
image: imageProvider,
fit: BoxFit.cover,
),
),
),
)