buildWhen property

QuickRTCBuildWhen? buildWhen
final

Optional condition for when to rebuild the widget.

Return true to rebuild, false to skip. If null, rebuilds on every state change.

Implementation

final QuickRTCBuildWhen? buildWhen;