aspectRatio property

double? aspectRatio
final

The aspect ratio of the video player. This is a double value that represents the width divided by the height of the video. If null, the default aspect ratio will be used.

Implementation

final double? aspectRatio;