getPositionInOffset abstract method

Position getPositionInOffset(
  1. Offset start
)

Returns Position for the offset in current widget.

start is the offset of the global coordination system.

Implementation

Position getPositionInOffset(Offset start);