GetOffset constructor
- SerializableFinder finder,
- OffsetType offsetType, {
- Duration? timeout,
The finder
looks for an element to get its rect.
Implementation
GetOffset(super.finder, this.offsetType, { super.timeout });
The finder
looks for an element to get its rect.
GetOffset(super.finder, this.offsetType, { super.timeout });