RatioFromSize constructor

RatioFromSize({
  1. double? height,
  2. double? width,
})

Implementation

RatioFromSize({
    this.height,
    this.width,
});