borderBox constant

CssBackgroundOrigin const borderBox

The background extends to the outside edge of the border.

Implementation

static const CssBackgroundOrigin borderBox = _CssBackgroundOriginKeyword(
  'border-box',
);