c21a9dda24
Signed-off-by: dab246 <tdvu@linagora.com>
11 lines
386 B
Dart
11 lines
386 B
Dart
|
|
class ComposerUtils {
|
|
static const double normalWidth = 725;
|
|
static const double normalHeight = 525;
|
|
static const double minimizeWidth = 400;
|
|
static const double minimizeHeight = 52;
|
|
static const double composerExpandMoreButtonMaxWidth = 130;
|
|
static const double composerExpandMoreButtonMaxHeight = 52;
|
|
static const double padding = 16;
|
|
static const double space = 8;
|
|
} |