ProgressBarTheme class

Progress Bar Theme

Theme of the progress bar ProgressBarTheme

Constructors

ProgressBarTheme({Decoration primaryStyle = const BoxDecoration(color: Colors.white70), Decoration secondartStyle = const BoxDecoration(color: Colors.white24), Decoration backgroundStyle = const BoxDecoration(color: Colors.black), TextStyle progressTimeStyle = const TextStyle(fontSize: 12, color: Colors.white), double progressbarHeight = 7})
Progress Bar Theme
const

Properties

backgroundStyle → Decoration
background style of the progress bar
final
hashCode → int
The hash code for this object.
no setterinherited
primaryStyle → Decoration
Playing position style of the progress bar
final
progressbarHeight → double
final
progressTimeStyle → TextStyle
Text style of progresstime
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secondartStyle → Decoration
buffer style of the progress bar
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