WIP #308 Move entity icon generation into EntityIcon widget

This commit is contained in:
estevez-dev
2019-02-21 16:32:55 +02:00
parent 24f80feeee
commit eb7d17d147
6 changed files with 70 additions and 20 deletions

View File

@ -149,7 +149,7 @@ class CardWidget extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.end,
children: [
EntityIcon(
iconSize: 50.0,
size: 50.0,
),
Container(
width: 26.0,