spaceEvenly constant

CssJustifyContent const spaceEvenly

Implementation

static const CssJustifyContent spaceEvenly = _CssJustifyContentKeyword(
  'space-evenly',
);