localToGlobal method

Offset localToGlobal(
  1. Offset offset, {
  2. bool shiftWithBaseOffset = false,
})

Implementation

Offset localToGlobal(
  Offset offset, {
  bool shiftWithBaseOffset = false,
}) =>
    forward.localToGlobal(offset) -
    baseOffset(
      shiftWithBaseOffset: shiftWithBaseOffset,
    );