Remove widgetHeigth

This commit is contained in:
Yegor Vialov
2018-11-04 22:57:53 +02:00
parent 788d682f2f
commit 9f7444eae0
4 changed files with 3 additions and 13 deletions

View File

@ -1,8 +1,6 @@
part of '../main.dart';
class CoverEntity extends Entity {
@override
double widgetHeight = 38.0;
static const SUPPORT_OPEN = 1;
static const SUPPORT_CLOSE = 2;