TrimSliderStyle class

Constructors

TrimSliderStyle({Color? background, double dotRadius = 5, double lineWidth = 2, Color dotColor = Colors.white, Color lineColor = Colors.white, Color positionLineColor = Colors.red})
Style for TrimSlider. It's use on VideoEditorController

Properties

background Color
It is the deactive color. Default `Colors.black.withOpacity(0.6)
final
dotColor Color
final
dotRadius double
final
hashCode int
The hash code for this object.
no setterinherited
lineColor Color
final
lineWidth double
final
positionLineColor Color
It is the color line that indicate the video position
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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