ConstrainedBoxSelector extension

Allows filtering ConstrainedBox by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereConstraints(MatchProp<BoxConstraints> match) WidgetSelector<ConstrainedBox>
Creates a WidgetSelector that finds all ConstrainedBox where constraints matches the condition.
whereRenderObject(MatchProp<RenderConstrainedBox> match) WidgetSelector<ConstrainedBox>
Creates a WidgetSelector that finds all ConstrainedBox where renderObject matches the condition.
withConstraints(BoxConstraints? value) WidgetSelector<ConstrainedBox>
Creates a WidgetSelector that finds all ConstrainedBox where constraints equals (==) value.
withRenderObject(RenderConstrainedBox? value) WidgetSelector<ConstrainedBox>
Creates a WidgetSelector that finds all ConstrainedBox where renderObject equals (==) value.