WIP: Cards build optimization

This commit is contained in:
Yegor Vialov
2020-04-25 15:59:07 +00:00
parent 8dbfb91234
commit f488c0810b
11 changed files with 371 additions and 455 deletions

View File

@ -21,7 +21,7 @@ class CardHeader extends StatelessWidget {
style: Theme.of(context).textTheme.headline),
);
} else {
result = new Container(width: 0.0, height: 0.0);
result = new Container(width: 0.0, height: Sizes.rowPadding);
}
return result;
}