properties property
All of the SemanticsProperties for this RenderSemanticsAnnotations.
Implementation
SemanticsProperties get properties => _properties;
Implementation
set properties(SemanticsProperties value) {
if (_properties == value) {
return;
}
_properties = value;
_updateAttributedFields(_properties);
markNeedsSemanticsUpdate();
}