EffectiveTextSelector extension

Selectors for the Text widget based on properties like

on

Methods

withEffectiveMaxLines(int? value) WidgetSelector<Text>
A WidgetSelector for Text widgets with a fixed maxLines value.
withEffectiveMaxLinesMatching(MatchProp<int?> match) WidgetSelector<Text>
A WidgetSelector for Text widgets that meet specified maxLines conditions, as defined by a custom matcher function.
withEffectiveTextStyle(TextStyle? value) WidgetSelector<Text>
A WidgetSelector for Text widgets widgets that have a fixed TextStyle value.
withEffectiveTextStyleMatching(MatchProp<TextStyle> match) WidgetSelector<Text>
A WidgetSelector for Text widgets that meet specified TextStyle conditions, as defined by a custom matcher function.