CoverSelectionStyle class
Constructors
- CoverSelectionStyle({Color selectedBorderColor = Colors.white, double borderWidth = 2, double borderRadius = 5.0})
-
Style for CoverSelection. It's use on VideoEditorController
const
Properties
- borderRadius → double
-
The borderRadius param specifies the border radius of each cover thumbnail
final
- borderWidth → double
-
The borderWidth param specifies the width of the border around each cover thumbnails
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedBorderColor → Color
-
The selectedBorderColor param specifies the color of the border around the selected cover thumbnail
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