CropOptionConfig class

裁剪选项配置

Constructors

CropOptionConfig({bool enableFree = true, bool enable16By9 = true, bool enable5By4 = true, bool enable1By1 = true})
const

Properties

enable16By9 bool
final
enable1By1 bool
final
enable5By4 bool
final
enableFree bool
final
hashCode int
The hash code for this object.
no setterinherited
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