isLiveRegion property
@doc Whether widget content changes dynamically and should be announced when changed.
Implementation
@$pb.TagNumber(10)
FFBooleanValue get isLiveRegion => $_getN(9);
Implementation
@$pb.TagNumber(10)
set isLiveRegion(FFBooleanValue value) => $_setField(10, value);