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