loader property

Loader loader
latefinal

Manages the loading of game assets.

Tracks the progress of asynchronous resource loading and provides information about the loading state, which can be used to display loading screens via the onLoading method.

Implementation

late final Loader loader;