AspectRatio constructor

AspectRatio({
  1. double width = 1.0,
  2. double height = 1.0,
})

Implementation

AspectRatio({
  this.width = 1.0,
  this.height = 1.0,
});