Repeat constructor
Repeat(})
The Repeat Widget repeats a given action multiple times with a time delay.
Implementation
Repeat(
this.name, {
required this.child,
required this.to,
this.counter = 'objd_repeat',
this.path = 'timers',
this.ticks = const Time(0),
});