dimensions constant
Implementation
static const Map<COverflowMenuSize, Size> dimensions = {
COverflowMenuSize.regular: Size(160, 48),
COverflowMenuSize.md: Size(160, 40),
COverflowMenuSize.sm: Size(160, 32),
};
static const Map<COverflowMenuSize, Size> dimensions = {
COverflowMenuSize.regular: Size(160, 48),
COverflowMenuSize.md: Size(160, 40),
COverflowMenuSize.sm: Size(160, 32),
};