GetSemanticsId constructor

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

Creates a command which finds a Widget and then looks up the semantic id.

Implementation

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