getPositionInOffset method

  1. @override
Position getPositionInOffset(
  1. Offset start
)
override

Returns Position for the offset in current widget.

start is the offset of the global coordination system.

Implementation

@override
Position getPositionInOffset(Offset start) => end();