TF-348 Fix unread email counter not updating

This commit is contained in:
dab246
2022-03-25 16:03:02 +07:00
committed by Dat H. Pham
parent 90cad03f56
commit aceac30149
16 changed files with 225 additions and 109 deletions
@@ -109,7 +109,7 @@ class ButtonBuilder {
child: Container(
key: _key,
alignment: Alignment.center,
color: _decoration == null ? _colorButton ?? Colors.white : null,
color: _decoration == null ? _colorButton : null,
decoration: _decoration,
width: _maxWidth,
padding: _padding ?? EdgeInsets.zero,