GetOffset constructor

GetOffset(
  1. SerializableFinder finder,
  2. OffsetType offsetType,
  3. {Duration? timeout}
)

The finder looks for an element to get its rect.

Implementation

GetOffset(super.finder,  this.offsetType, { super.timeout });