suppressEmptyWarning property
When true, suppresses the "No tracked values" warning that fires when
the builder contains only null-guarded Rx accesses (e.g. ctrl?.value).
Use this in widgets where the controller may legitimately be null during an early build (e.g. a ZenProvider is still initialising).
Implementation
final bool suppressEmptyWarning;