errorBuilder property

GameErrorWidgetBuilder? errorBuilder
final

If set, errors during the onLoad method will not be thrown but instead this widget will be shown. If not provided, errors are propagated up.

Implementation

final GameErrorWidgetBuilder? errorBuilder;