contain constant

FFit const contain

As large as possible while still containing the video entirely within the target FView box.

Implementation

static const FFit contain = FFit(
  sizeFactor: 1.0,
  aspectRatio: -1,
  alignment: Alignment.center,
);