CSSBackgroundPosition constructor

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

Implementation

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