images property

  1. @override
Images images
getter/setter pair

The cache of all images loaded into the game. This defaults to the global Flame.images cache, but you can replace it with a new cache instance if needed.

Implementation

@override
Images images = Images(prefix: 'packages/flutter_dino/assets/images/');