TransformOptions class

Configuration options for Tool.transform.

Constructors

TransformOptions({bool? allowFreeCrop, List<CropRatio>? items, bool? showResetButton})
Creates new TransformOptions.

Properties

allowFreeCrop bool?
Whether to allow free cropping. If this is enabled, free cropping is always the first available option.
final
hashCode int
The hash code for this object.
no setterinherited
items List<CropRatio>?
Defines all allowed crop aspect ratios. The crop ratio buttons are shown in the given order.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showResetButton bool?
Whether to show a reset button to reset the applied crop, rotation and tilt angle.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited