docs: improved progress doc

pull/205/head
alestiago 3 years ago
parent 0685d59a11
commit 70f23bb7d3

@ -56,7 +56,7 @@ class Signpost extends BodyComponent with InitialPosition {
/// Forwards the sprite to the next [SignpostSpriteState]. /// Forwards the sprite to the next [SignpostSpriteState].
/// ///
/// If the current state is the last one it goes back to the initial state. /// If the current state is the last one it cycles back to the initial state.
void progress() => firstChild<_SignpostSpriteComponent>()!.progress(); void progress() => firstChild<_SignpostSpriteComponent>()!.progress();
@override @override

Loading…
Cancel
Save