Trim class
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator &(
Trim rhs) → bool -
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
-
operator |(
Trim rhs) → Trim
Constants
- all → const Trim
-
Trim all edges of the image.
const Trim._internal(1 | 2 | 4 | 8)
- bottom → const Trim
-
Trim the image up from the bottom.
const Trim._internal(2)
- left → const Trim
-
Trim the left edge of the image.
const Trim._internal(4)
- right → const Trim
-
Trim the right edge of the image.
const Trim._internal(8)
- top → const Trim
-
Trim the image down from the top.
const Trim._internal(1)