aspectRatio property

  1. @override
double? aspectRatio
final

The aspect ratio constraint for this item. If specified, the item's width and height will be constrained to maintain this aspect ratio (width/height). This is useful for responsive design.

Implementation

@override
final double? aspectRatio;