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