spaceAround constant

CssJustifyContent const spaceAround

Implementation

static const CssJustifyContent spaceAround = _CssJustifyContentKeyword(
  'space-around',
);