errorBuilder property

GameErrorWidgetBuilder? errorBuilder
final

If set, errors during the game loading will be caught and this widget will be shown. If not provided, errors are propagated normally.

Implementation

final GameErrorWidgetBuilder? errorBuilder;