CSSBackgroundPosition constructor
CSSBackgroundPosition({
- CSSLengthValue? length,
- double? percentage,
Implementation
CSSBackgroundPosition({
this.length,
this.percentage,
});