WIP Themes: font size standartization

This commit is contained in:
Yegor Vialov
2020-04-04 12:47:40 +00:00
parent b8ba3c59e9
commit 4432124e8c
16 changed files with 47 additions and 118 deletions

View File

@ -108,10 +108,8 @@ class _GaugeCardBodyState extends State<GaugeCardBody> {
//textAlign: TextAlign.center,
expanded: false,
maxLines: 1,
bold: true,
textAlign: TextAlign.center,
padding: EdgeInsets.all(0.0),
fontSize: fontSize,
padding: EdgeInsets.all(0.0)
//padding: EdgeInsets.only(top: Sizes.rowPadding),
),
);