forceRebuild property

bool? forceRebuild
final

The plugin only rebuilds the root widget even when you use multiple LanguageBuilder, So, you can set this value to true if you want to force rebuild this widget when the language is changed. Use the default value from LanguageHelper.initial() if this value is null.

Implementation

final bool? forceRebuild;