CropOption class

Constructors

CropOption({bool reversible = true, List<AspectRatio> ratios = const [AspectRatio(title: 'Freeform'), AspectRatio(title: '1:1', ratio: 1), AspectRatio(title: '4:3', ratio: 4 / 3), AspectRatio(title: '5:4', ratio: 5 / 4), AspectRatio(title: '7:5', ratio: 7 / 5), AspectRatio(title: '16:9', ratio: 16 / 9)]})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
ratios List<AspectRatio>
List of availble ratios
final
reversible bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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