loadingBuilder property

GameLoadingWidgetBuilder? loadingBuilder
final

Builder to provide a widget tree to be built while the Game's Future provided via Game.onLoad and Game.onMount is not resolved. By default this is an empty Container().

Implementation

final GameLoadingWidgetBuilder? loadingBuilder;