Ratio constructor

Ratio({
  1. required double width,
  2. required double height,
})

Implementation

Ratio({required this.width, required this.height});