FixedTrimmerProps class
- Inheritance
-
- Object
- TrimmerShapeProps
- FixedTrimmerProps
Constructors
- FixedTrimmerProps.new({BoxFit thumbnailFit = BoxFit.fitHeight, int thumbnailQuality = 75, double borderRadius = 4.0})
-
const
Properties
- blurColor → Color
-
finalinherited
- blurEdges → bool
-
finalinherited
- borderRadius → double
-
finalinherited
- endIcon → 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?
-
finalinherited
- thumbnailFit → BoxFit
-
thumbnailFit for specifying the image fit type of each thumbnail image. By default it is set to
BoxFit.fitHeight
.thumbnailQuality for specifying the quality of each generated image thumbnail, to be displayed in the trimmer area. By default it is set to
75
.blurEdges 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). By default it is set tofalse
.blurColor for specifying the color of the blur. Use the color of the background to blend with it. By default it is set to
Colors.black
.startIcon for specifying the widget to be placed at the start of the trimmer area. You can pass
null
for hiding the widget.endIcon for specifying the widget to be placed at the end of the trimmer area. You can pass
null
for hiding the widget.borderRadius for specifying the size of the circular border radius to be applied to each corner of the trimmer area Container. By default it is set to
4.0
.finalinherited - thumbnailQuality → int
-
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