spaceBetween constant

CssJustifyContent const spaceBetween

Implementation

static const CssJustifyContent spaceBetween = _CssJustifyContentKeyword(
  'space-between',
);