Types

Link copied to clipboard
data object FillMode : ResizeMode

The specified aspect ratio is ignored.

Link copied to clipboard
data object FitMode : ResizeMode

Either the width or height is decreased to obtain the desired aspect ratio.

Link copied to clipboard

The width is fixed and the height is increased or decreased to obtain the desired aspect ratio.

Link copied to clipboard

The height is fixed and the width is increased or decreased to obtain the desired aspect ratio.

Link copied to clipboard
data object ZoomMode : ResizeMode

Either the width or height is increased to obtain the desired aspect ratio.