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
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
video_viewer_updated 1.2.8