CropGridStyle class
Constructors
- CropGridStyle({Color croppingBackground = Colors.black45, Color background = Colors.black, Color gridLineColor = Colors.white, double gridLineWidth = 1, int gridSize = 3, Color boundariesColor = Colors.white, Color selectedBoundariesColor = kDefaultSelectedColor, double boundariesLength = 20, double boundariesWidth = 5})
-
Style for CropGridViewer. It's use on VideoEditorController
const
Properties
- background → Color
-
The background param specifies the color of the paint area outside the crop area when not copping
final
- boundariesColor → Color
-
The boundariesColor param specifies the color of the crop area's corner
final
- boundariesLength → double
-
The boundariesLength param specifies the length of the crop area's corner
final
- boundariesWidth → double
-
The boundariesWidth param specifies the width of the crop area's corner
final
- croppingBackground → Color
-
The croppingBackground param specifies the color of the paint area outside the crop area when copping
final
- gridLineColor → Color
-
The gridLineColor param specifies the color of the crop lines
final
- gridLineWidth → double
-
The gridLineWidth param specifies the width of the crop lines
final
- gridSize → int
-
The gridSize param specifies the quantity of columns and rows in the crop view
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedBoundariesColor → Color
-
The boundariesColor param specifies the color of the crop area's corner
when is it selected
final
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