RatioRect constructor

RatioRect(
  1. double leftRatio,
  2. double topRatio,
  3. double rightRatio,
  4. double bottomRatio,
)

Implementation

RatioRect(this.leftRatio, this.topRatio, this.rightRatio, this.bottomRatio);