@@ -1656,7 +1656,7 @@ class SemanticsProperties extends DiagnosticableTree {
16561656 properties.add (DiagnosticsProperty <bool >('mixed' , mixed, defaultValue: null ));
16571657 properties.add (DiagnosticsProperty <bool >('expanded' , expanded, defaultValue: null ));
16581658 properties.add (DiagnosticsProperty <bool >('selected' , selected, defaultValue: null ));
1659- properties.add (StringProperty ('identifier' , identifier));
1659+ properties.add (StringProperty ('identifier' , identifier, defaultValue : null ));
16601660 properties.add (StringProperty ('label' , label, defaultValue: null ));
16611661 properties.add (AttributedStringProperty ('attributedLabel' , attributedLabel, defaultValue: null ));
16621662 properties.add (StringProperty ('value' , value, defaultValue: null ));
@@ -1667,7 +1667,7 @@ class SemanticsProperties extends DiagnosticableTree {
16671667 properties.add (AttributedStringProperty ('attributedDecreasedValue' , attributedDecreasedValue, defaultValue: null ));
16681668 properties.add (StringProperty ('hint' , hint, defaultValue: null ));
16691669 properties.add (AttributedStringProperty ('attributedHint' , attributedHint, defaultValue: null ));
1670- properties.add (StringProperty ('tooltip' , tooltip));
1670+ properties.add (StringProperty ('tooltip' , tooltip, defaultValue : null ));
16711671 properties.add (EnumProperty <TextDirection >('textDirection' , textDirection, defaultValue: null ));
16721672 properties.add (DiagnosticsProperty <SemanticsSortKey >('sortKey' , sortKey, defaultValue: null ));
16731673 properties.add (DiagnosticsProperty <SemanticsHintOverrides >('hintOverrides' , hintOverrides, defaultValue: null ));
0 commit comments