paintOffset property

Offset paintOffset
getter/setter pair

The position of the child relative to the parent.

This is the distance from the top left visible corner of the parent to the top left visible corner of the sliver.

Implementation

Offset paintOffset = Offset.zero;