aspectRatio property

double? aspectRatio
final

aspectRatio The aspect ratio to attempt to use. The aspect ratio is expressed as a ratio of width to height. For example, a 16:9 width:height aspect ratio would have a value of 16.0/9.0. default is 16 / 16

Implementation

final double? aspectRatio;