borderBox constant

CssBackgroundClip const borderBox

The background extends to the outside edge of the border.

Implementation

static const CssBackgroundClip borderBox = _CssBackgroundClipKeyword(
  'border-box',
);