passsy / spot

Chainable powerful Flutter widget selector API, screenshots and assertions for awesome widget tests.
https://pub.dev/packages/spot
Apache License 2.0
62 stars 1 forks source link

Fix example usage in hasEffectiveMaxLinesWhere documentation #36

Closed danielmolnar closed 8 months ago

danielmolnar commented 8 months ago

This pull request fixes an example usage in the hasEffectiveMaxLinesWhere method documentation.

The previous example applied it to a WidgetSelector<Text>in stead of a WidgetMatcher<Text>.