CssBackgroundSize.size constructor
Creates a background size with width and optional height. If height is omitted, it defaults to auto.
Implementation
factory CssBackgroundSize.size(CssLength width, [CssLength? height]) =
_CssBackgroundSizeDimensions;