Gauge card refactoring

This commit is contained in:
Yegor Vialov
2020-04-07 20:20:57 +00:00
parent ab398cbdc3
commit 62d07bf8b9
7 changed files with 165 additions and 120 deletions

View File

@ -21,6 +21,8 @@ class EntityName extends StatelessWidget {
} else {
tStyle = Theme.of(context).textTheme.body1;
}
} else {
tStyle = textStyle;
}
return Padding(
padding: padding,