PageEditConfiguration class

Configuration class used to alter the default edit image behaviour.

Constructors

PageEditConfiguration()

Properties

allowPageArrangement bool
If false, the bottom toolbar will hide the arrange page item. Defaults to true.
getter/setter pair
allowPageCropping bool
If false, the bottom toolbar will hide the page cropping item. Defaults to true.
getter/setter pair
allowPageFilter bool
If false, the bottom toolbar will hide the filter page item. Defaults to true.
getter/setter pair
allowPageRotation bool
If false, the bottom toolbar will hide the rotate page item. Defaults to true.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pageArrangementShowDeleteButton bool
If true, each item of the page arrangement functionality will show a delete button. Defaults to false.
getter/setter pair
pageArrangementShowPageNumber bool
If true, each item of the page arrangement functionality will show it's page number. Defaults to true.
getter/setter pair
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