paddingBox constant

CssBackgroundClip const paddingBox

The background extends to the outside edge of the padding.

Implementation

static const CssBackgroundClip paddingBox = _CssBackgroundClipKeyword(
  'padding-box',
);