contain constant

FijkFit const contain

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

Implementation

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