GetText constructor Null safety

GetText(
  1. SerializableFinder finder,
  2. {Duration? timeout}
)

finder looks for an element that contains a piece of text.

Implementation

GetText(super.finder, { super.timeout });