dimensions constant

Map<COverflowMenuSize, Size> const dimensions

Implementation

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