fill constant

FijkFit const fill

Fill the target FijkView box by distorting the video's aspect ratio.

Implementation

static const FijkFit fill = FijkFit(
  sizeFactor: 1.0,
  aspectRatio: double.infinity,
  alignment: Alignment.center,
);