PlayAndPauseWidgetStyle class
Constructors
-
PlayAndPauseWidgetStyle({Widget? play, Widget? pause, Widget? replay, Color? background, BoxBorder? circleBorder, double circleRadius = 40})
-
With this argument you will change the play and pause icons, also the style
of the circle that appears behind. Note: The play and pause icons are
the same ones that appear in the progress bar
Properties
-
background
→ Color
-
It is the background color that the play and pause icons will have
final
-
circleBorder
→ BoxBorder?
-
It is the style of the border that the container will have
final
-
circleRadius
→ double
-
Is the size of the container
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
pause
→ Widget
-
It is the icon that will have the pause of the progress bar and also
the one that appears in the middle of the screen
final
-
pauseWidget
→ Widget
-
no setter
-
play
→ Widget
-
It is the icon that will have the play of the progress bar and also
the one that appears in the middle of the screen
final
-
playWidget
→ Widget
-
no setter
-
replay
→ Widget
-
It is the icon that will have the play of the progress bar and also
the one that appears in the middle of the screen
final
-
replayWidget
→ Widget
-
no setter
-
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