VolumeBarStyle class

Constructors

VolumeBarStyle({BarStyle? bar, EdgeInsetsGeometry? margin, Alignment alignment = Alignment.centerLeft})
Only Android Support, this style is for Volume controller but at only having android support will only show for that platform.

Properties

alignment Alignment
It is in the position that the Volume Bar will be found.
final
bar BarStyle
DEFAULT:
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry
It is the margin that the Volume Bar has of the limits of the VideoViewer
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