DiagnosticPropWidgetMatcher<W extends Widget> extension

All DiagnosticsProperty related matchers

on

Methods

getDiagnosticProp<T>(String propName) → T
Retrieves the DiagnosticsProperty of the matched widget with propName of type T
hasDiagnosticProp<T>(String propName, MatchProp<T> match) WidgetMatcher<W>
Asserts that a widget has a specific diagnostic property.