TrimSliderStyle class

Constructors

TrimSliderStyle({Color? background, Color positionLineColor = Colors.red, double positionLineWidth = 2, Color lineColor = Colors.white, double lineWidth = 2, Color iconColor = Colors.black, double circleSize = 8, double iconSize = 25, IconData? leftIcon = Icons.arrow_left, IconData? rightIcon = Icons.arrow_right})
Style for TrimSlider. It's use on VideoEditorController

Properties

background Color
The background param specifies the color of the paint area outside the trimmed area The default value of this property `Colors.black.withOpacity(0.6)
final
circleSize double
The circleSize param specifies the size of the circle behind the icons on the trimmed area's edges
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
The iconColor param specifies the color of the icons on the trimmed area's edges
final
iconSize double
The iconSize param specifies the size of the icon on the trimmed area's edges
final
leftIcon IconData?
The leftIcon param specifies the icon to show on the left edge of the trimmed area
final
lineColor Color
The lineColor param specifies the color of the borders around the trimmed area
final
lineWidth double
The lineWidth param specifies the width of the borders around the trimmed area
final
positionLineColor Color
The positionLineColor param specifies the color of the line showing the video position
final
positionLineWidth double
The positionLineWidth param specifies the width of the line showing the video position
final
rightIcon IconData?
The rightIcon param specifies the icon to show on the right edge of the trimmed area
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