FixedTrimAreaProperties class

Inheritance

Constructors

FixedTrimAreaProperties({BoxFit thumbnailFit = BoxFit.fitHeight, int thumbnailQuality = 75, double borderRadius = 4.0})
Helps defining the Fixed Trim Area properties.
const

Properties

blurColor Color
For specifying the color of the blur. Use the color of the background to blend with it.
finalinherited
blurEdges bool
For adding a blur to the trim area edges. Use blurColor for specifying the color of the blur (usually it's the background color which helps in blending).
finalinherited
borderRadius double
For specifying the size of the circular border radius to be applied to each corner of the trimmer area Container.
finalinherited
endIcon Widget?
For specifying the widget to be placed at the end of the trimmer area. You can pass null for hiding the widget.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIcon Widget?
For specifying the widget to be placed at the start of the trimmer area. You can pass null for hiding the widget.
finalinherited
thumbnailFit BoxFit
For defining the image fit type of each thumbnail image.
finalinherited
thumbnailQuality int
For specifying the quality of each generated image thumbnail, to be displayed in the trimmer area.
finalinherited

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