TF-1710 Add CountOfEmails widget

(cherry picked from commit 5ab596a6a9433b57ae20c80fd22f2e7f70912e46)
This commit is contained in:
dab246
2023-08-04 11:06:57 +07:00
committed by Dat Vu
parent 47199fee11
commit 7ea3ee6958
2 changed files with 34 additions and 0 deletions
@@ -0,0 +1,8 @@
import 'package:flutter/material.dart';
class CountOfEmailsStyles {
static const Color textColor = Colors.black;
static const double textSize = 13;
static const FontWeight textFontWeight = FontWeight.w400;
}