scalingMode property

  1. @JsonKey(name: 'scalingMode')
ScalingMode scalingMode
final

Specifies how the video content is scaled or stretched within the parent container's bounds. Default value is ScalingMode.fit.

Implementation

@JsonKey(name: 'scalingMode')
final ScalingMode scalingMode;