Trim class

Properties

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 &(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.
bottom → const Trim
Trim the image up from the bottom.
left → const Trim
Trim the left edge of the image.
Trim the right edge of the image.
top → const Trim
Trim the image down from the top.