menu
open_media_station_base package
documentation
widgets/view_counter.dart
ViewCounter
ViewCounter.new const constructor
ViewCounter.new const constructor
dark_mode
light_mode
ViewCounter
constructor
const
ViewCounter
(
{
Key
?
key
,
required
int
completions
,
double
scaleFactor
=
1
,
})
Implementation
const ViewCounter({ super.key, required this.completions, this.scaleFactor = 1, });
open_media_station_base package
documentation
widgets/view_counter
ViewCounter
ViewCounter.new const constructor
ViewCounter class