CoverSelectionStyle class

Constructors

CoverSelectionStyle.new({Color? selectedBorderColor, double selectedBorderWidth = 2, Widget? selectedIndicator, AlignmentGeometry selectedIndicatorAlign = Alignment.bottomRight})
Style for CoverSelection. It's use on VideoEditorController

Properties

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 The default value of this property is Colors.white
final
selectedBorderWidth double
The selectedBorderWidth param specifies the width of the border around the selected cover thumbnail
final
selectedIndicator Widget?
The selectedIndicator param specifies the Widget to show on top of the selected cover
final
selectedIndicatorAlign AlignmentGeometry
The selectedIndicatorAlign param specifies where selectedIndicator should be shown in the Stack
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