mixins/random_movement/random_movement_api library

Classes

RandomMovementApi
API responsible for adding random movement behavior to a component.
RandomMovementDirections
Defines which directions are allowed for random movement.

Typedefs

OnRandomMovementStartCallback = void Function(Direction direction)
Callback fired when random movement starts.
OnRandomMovementStopCallback = void Function()
Callback fired when random movement stops.