flutter_desktop: refactor peercard menu

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-09-01 03:56:12 -07:00
parent ce1a504e9f
commit ec02f9e721
3 changed files with 509 additions and 359 deletions

View File

@@ -16,7 +16,7 @@ import './material_mod_popup_menu.dart' as mod_menu;
class _MenubarTheme {
static const Color commonColor = MyTheme.accent;
// kMinInteractiveDimension
static const double height = 24.0;
static const double height = 25.0;
static const double dividerHeight = 12.0;
}