Gauge card refactoring
This commit is contained in:
@ -21,6 +21,8 @@ class EntityName extends StatelessWidget {
|
||||
} else {
|
||||
tStyle = Theme.of(context).textTheme.body1;
|
||||
}
|
||||
} else {
|
||||
tStyle = textStyle;
|
||||
}
|
||||
return Padding(
|
||||
padding: padding,
|
||||
|
Reference in New Issue
Block a user