CssBackgroundPosition.y constructor
CssBackgroundPosition.y()
Creates a position from y coordinate (x defaults to center).
Implementation
factory CssBackgroundPosition.y(CssLength y) = _CssBackgroundPositionY;
Creates a position from y coordinate (x defaults to center).
factory CssBackgroundPosition.y(CssLength y) = _CssBackgroundPositionY;