AdjustmentOptions class

Configuration options for Tool.adjustment.

Constructors

AdjustmentOptions({List<AdjustmentTool>? items, bool? showResetButton})
Creates new AdjustmentOptions.

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<AdjustmentTool>?
Defines all allowed adjustment tools. The adjustment tool buttons are always 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 adjustments.
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