CSSBackgroundSize constructor
CSSBackgroundSize({
- required BoxFit fit,
- CSSLengthValue? width,
- CSSLengthValue? height,
Implementation
CSSBackgroundSize({
required this.fit,
this.width,
this.height,
});