condition property

ValueGetter<bool>? condition
final

Rebuild if the condition is true

Defaults to always rebuild

Implementation

final ValueGetter<bool>? condition;