scalingMode property
- @JsonKey(name: '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;