CSSBackgroundPosition constructor

CSSBackgroundPosition({
  1. CSSLengthValue? length,
  2. double? percentage,
})

Implementation

CSSBackgroundPosition({
  this.length,
  this.percentage,
});