AspectRatio constructor

AspectRatio(
  1. {double widthAspect,
  2. double heightAspect,
  3. String formatted}
)

Implementation

AspectRatio({
  this.widthAspect,
  this.heightAspect,
  this.formatted,
});