menu
animated_counter package
documentation
volcano_counter.dart
SkyPainter
SkyPainter const constructor
SkyPainter const constructor
dark_mode
light_mode
SkyPainter
constructor
const
SkyPainter
(
Animation
<
Color
?
>
?
skyAnimation
,
Animation
<
double
>
?
sunAnimation
)
Implementation
const SkyPainter(this.skyAnimation, this.sunAnimation) : super(repaint: skyAnimation);
animated_counter package
documentation
volcano_counter
SkyPainter
SkyPainter const constructor
SkyPainter class