getCursorRectInPosition method

Rect? getCursorRectInPosition(
  1. Position position, {
  2. bool shiftWithBaseOffset = false,
})

Implementation

Rect? getCursorRectInPosition(
  Position position, {
  bool shiftWithBaseOffset = false,
}) =>
    forward.getCursorRectInPosition(position)?.shift(
          baseOffset(
            shiftWithBaseOffset: shiftWithBaseOffset,
          ),
        );