BarStyle class

Constructors

BarStyle.forward({double width = 120, double height = 5, Color? color, Color? background, Color? identifier, double identifierWidth = 2.0, BorderRadius? borderRadius})
BarStyle.progress({double height = 5, double dotSize = 5, Color? dot, Color? color, Color? buffered, Color? background, BorderRadius? borderRadius})
The height of the progress bar. ** NOTE: ** The radius of the point is proportional to the height The color is the color of the current video progress in the progress bar
BarStyle.volume({double width = 5, double height = 120, Color? color, Color? background, BorderRadius? borderRadius})
The borderRadius that the VolumeBar will have

Properties

background Color
final
borderRadius BorderRadius
final
color Color
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
identifier Color
final
identifierWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondBackground Color
final
width 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