ForwardAndRewindStyle class

Constructors

ForwardAndRewindStyle({BarStyle? bar, Widget? rewind, Widget? forward, Color? backgroundColor, EdgeInsetsGeometry? padding, BorderRadius? borderRadius, Color? ripple, double spaceBeetweenBarAndText = 10})
With this argument change the icons that appear when double-tapping, also the style of the container that indicates when the video will be rewind or forward.

Properties

backgroundColor Color
The background color of the indicator of when time will advance or will slow down the video
final
bar BarStyle
DEFAULT:
final
borderRadius BorderRadius
It is the borderRadius that will have the forward and rewind indicator
final
forward Widget
The icon that appears momentarily when you double tap
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry
It is the padding that the forward and rewind indicator will have
final
rewind Widget
The icon that appears momentarily when you double tap
final
ripple Color
On double tap for rewind or forward the video viewer shows a ripple.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceBeetweenBarAndText double
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