ContainerSelector extension

Allows filtering Container by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereAlignment(MatchProp<AlignmentGeometry> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where alignment matches the condition.
whereBackground(MatchProp<Decoration> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where background matches the condition.
whereClipBehavior(MatchProp<Clip> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where clipBehavior matches the condition.
whereConstraints(MatchProp<BoxConstraints> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where constraints matches the condition.
whereForeground(MatchProp<Decoration> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where foreground matches the condition.
whereMargin(MatchProp<EdgeInsetsGeometry> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where margin matches the condition.
wherePadding(MatchProp<EdgeInsetsGeometry> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where padding matches the condition.
whereTransform(MatchProp<Matrix4> match) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where transform matches the condition.
withAlignment(AlignmentGeometry? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where alignment equals (==) value.
withBackground(Decoration? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where background equals (==) value.
withClipBehavior(Clip? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where clipBehavior equals (==) value.
withConstraints(BoxConstraints? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where constraints equals (==) value.
withForeground(Decoration? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where foreground equals (==) value.
withMargin(EdgeInsetsGeometry? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where margin equals (==) value.
withPadding(EdgeInsetsGeometry? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where padding equals (==) value.
withTransform(Matrix4? value) WidgetSelector<Container>
Creates a WidgetSelector that finds all Container where transform equals (==) value.