resize property

ResizeMode? resize
final

Specifies how image cropping should be handled when performing image transformations.

ResizeMode.cover will be used if no value is specified.

Implementation

final ResizeMode? resize;