aspectRatio property

  1. @override
double? aspectRatio
final

The aspect ratio constraint (width/height) for this item.

When specified, the item's dimensions will be adjusted to maintain this aspect ratio, potentially overriding explicit width/height values.

Implementation

@override
final double? aspectRatio;