fill constant

FFit const fill

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

Implementation

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