flexEnd constant

CssJustifyContent const flexEnd

Implementation

static const CssJustifyContent flexEnd = _CssJustifyContentKeyword(
  'flex-end',
);