loadingBuilder property

GameLoadingWidgetBuilder? loadingBuilder
final

Builder to provide a widget which will be displayed while the game is loading. By default this is an empty Container.

Implementation

final GameLoadingWidgetBuilder? loadingBuilder;