cover constant

FFit const cover

As small as possible while still covering the entire target FView box.

Implementation

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