RotateOptionConfig class

旋转选项配置

Constructors

RotateOptionConfig({bool enableFree = true, bool enableFixed = true})
const

Properties

enableFixed bool
是否启用固定角度旋转(两侧的90度旋转按钮)
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