improvement: style tweaks

This commit is contained in:
Rongjian Zhang
2020-01-11 17:57:22 +08:00
parent 61a5b3f786
commit c6822c4830
3 changed files with 46 additions and 50 deletions

View File

@@ -23,7 +23,7 @@ class StorageKeys {
}
class CommonStyle {
static const padding = EdgeInsets.all(12);
static const padding = EdgeInsets.symmetric(horizontal: 16, vertical: 12);
static final border = BorderView();
static const verticalGap = SizedBox(height: 18);
static final monospace = Platform.isIOS ? 'Menlo' : 'monospace'; // FIXME: