forceTry property

bool? forceTry
final

If it is true, then the child in offstage will be displayed until the RenderBox for child is found or not null.

Default value is false.

Implementation

final bool? forceTry;