buildWhen property
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;
Optional condition for when to rebuild the widget.
Return true to rebuild, false to skip.
If null, rebuilds on every state change.
final QuickRTCBuildWhen? buildWhen;