SemanticsSelector extension

Allows filtering Semantics by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereAttributedDecreasedValue(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedDecreasedValue matches the condition.
whereAttributedHint(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedHint matches the condition.
whereAttributedIncreasedValue(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedIncreasedValue matches the condition.
whereAttributedLabel(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedLabel matches the condition.
whereAttributedValue(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedValue matches the condition.
whereChecked(MatchProp<bool> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where checked matches the condition.
whereContainer(MatchProp<bool> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where container matches the condition.
whereDecreasedValue(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where decreasedValue matches the condition.
whereHint(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where hint matches the condition.
whereHintOverrides(MatchProp<SemanticsHintOverrides> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where hintOverrides matches the condition.
whereIncreasedValue(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where increasedValue matches the condition.
whereLabel(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where label matches the condition.
whereMixed(MatchProp<bool> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where mixed matches the condition.
whereProperties(MatchProp<SemanticsProperties> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where properties matches the condition.
whereRenderObject(MatchProp<RenderSemanticsAnnotations> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where renderObject matches the condition.
whereSelected(MatchProp<bool> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where selected matches the condition.
whereSortKey(MatchProp<SemanticsSortKey> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where sortKey matches the condition.
whereTextDirection(MatchProp<TextDirection> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where textDirection matches the condition.
whereTooltip(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where tooltip matches the condition.
whereValue(MatchProp<String> match) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where value matches the condition.
withAttributedDecreasedValue(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedDecreasedValue equals (==) value.
withAttributedHint(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedHint equals (==) value.
withAttributedIncreasedValue(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedIncreasedValue equals (==) value.
withAttributedLabel(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedLabel equals (==) value.
withAttributedValue(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where attributedValue equals (==) value.
withChecked(bool? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where checked equals (==) value.
withContainer(bool? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where container equals (==) value.
withDecreasedValue(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where decreasedValue equals (==) value.
withHint(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where hint equals (==) value.
withHintOverrides(SemanticsHintOverrides? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where hintOverrides equals (==) value.
withIncreasedValue(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where increasedValue equals (==) value.
withLabel(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where label equals (==) value.
withMixed(bool? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where mixed equals (==) value.
withProperties(SemanticsProperties? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where properties equals (==) value.
withRenderObject(RenderSemanticsAnnotations? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where renderObject equals (==) value.
withSelected(bool? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where selected equals (==) value.
withSortKey(SemanticsSortKey? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where sortKey equals (==) value.
withTextDirection(TextDirection? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where textDirection equals (==) value.
withTooltip(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where tooltip equals (==) value.
withValue(String? value) WidgetSelector<Semantics>
Creates a WidgetSelector that finds all Semantics where value equals (==) value.