topLeft constant

CssBackgroundPosition const topLeft

Top left position (top left).

Implementation

static const CssBackgroundPosition topLeft = _CssBackgroundPositionKeyword(
  'top left',
);