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