chore: fix analysis checks

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-10-01 17:30:47 +05:30
committed by xsahil03x
parent dff64067d2
commit 1b4b4cdf00
5 changed files with 38 additions and 33 deletions
@@ -81,10 +81,10 @@ class EmojiOverlay extends StatelessWidget {
),
style: TextStyle(
color: _streamChatTheme.colorTheme.textHighEmphasis
.withOpacity(.5),
.withOpacity(0.5),
),
),
)
),
],
),
);