CssBackgroundPosition.y constructor

CssBackgroundPosition.y(
  1. CssLength y
)

Creates a position from y coordinate (x defaults to center).

Implementation

factory CssBackgroundPosition.y(CssLength y) = _CssBackgroundPositionY;