16cb8c8a37
Signed-off-by: dab246 <tdvu@linagora.com>
10 lines
353 B
Dart
10 lines
353 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;
|
|
} |