AlignMatcher extension

Matchers for the properties of Align provided via Diagnosticable.debugFillProperties

on

Methods

hasAlignment(AlignmentGeometry? value) WidgetMatcher<Align>
Expects that alignment of Align equals (==) value.
hasAlignmentWhere(MatchProp<AlignmentGeometry> match) WidgetMatcher<Align>
Expects that alignment of Align matches the condition in match.
hasHeightFactor(double? value) WidgetMatcher<Align>
Expects that heightFactor of Align equals (==) value.
hasHeightFactorWhere(MatchProp<double> match) WidgetMatcher<Align>
Expects that heightFactor of Align matches the condition in match.
hasRenderObject(RenderPositionedBox? value) WidgetMatcher<Align>
Expects that renderObject of Align equals (==) value.
hasRenderObjectWhere(MatchProp<RenderPositionedBox> match) WidgetMatcher<Align>
Expects that renderObject of Align matches the condition in match.
hasWidthFactor(double? value) WidgetMatcher<Align>
Expects that widthFactor of Align equals (==) value.
hasWidthFactorWhere(MatchProp<double> match) WidgetMatcher<Align>
Expects that widthFactor of Align matches the condition in match.