paddingBox constant

CssBackgroundOrigin const paddingBox

The background extends to the outside edge of the padding.

Implementation

static const CssBackgroundOrigin paddingBox = _CssBackgroundOriginKeyword(
  'padding-box',
);