Gauge font size fix

This commit is contained in:
Yegor Vialov
2020-04-25 14:33:54 +00:00
parent a90eb5c4db
commit 50d3280803
2 changed files with 6 additions and 3 deletions

View File

@ -325,6 +325,7 @@ class CardWidget extends StatelessWidget {
child: GaugeCardBody(
min: card.min,
max: card.max,
depth: card.depth,
severity: card.severity,
),
handleTap: true