Widget rendering improvements

This commit is contained in:
Yegor Vialov
2020-04-25 14:15:19 +00:00
parent 513bf85cae
commit 16c06a2d48
7 changed files with 120 additions and 132 deletions

View File

@ -19,6 +19,7 @@ class HACard {
String unit;
int min;
int max;
int depth;
Map severity;
HACard({
@ -37,6 +38,7 @@ class HACard {
this.unit,
this.min,
this.max,
this.depth: 1,
this.severity,
@required this.type
}) {