AspectRatioPainter constructor

AspectRatioPainter({
  1. double? aspectRatio,
  2. bool isSelected = false,
})

Creates an AspectRatioPainter with the specified properties.

Implementation

AspectRatioPainter({
  this.aspectRatio,
  this.isSelected = false,
});