AspectRatio constructor

const AspectRatio(
  1. int sideA,
  2. int sideB
)

Implementation

const AspectRatio(this.sideA, this.sideB);