aspectVideo method
aspect-video -> aspect-ratio: 16 / 9
Implementation
ContainerBuilder aspectVideo() {
_aspectRatio = 16 / 9;
return this;
}
aspect-video -> aspect-ratio: 16 / 9
ContainerBuilder aspectVideo() {
_aspectRatio = 16 / 9;
return this;
}