desktopVideoFit property

BoxFit desktopVideoFit
final

Desktop-only display mode.

  • BoxFit.contain: keep the full frame visible with letterboxing.
  • BoxFit.cover: crop-fill the view so the canvas is fully covered.

On macOS this configures the native RTC canvas scaling mode. On Windows it controls the Flutter texture layout.

Implementation

final BoxFit desktopVideoFit;