dimensions constant

Map<COverflowMenuSize, Size> const dimensions

Implementation

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