double startOffset

The offset from the ViewportAnchor at which the viewport should start painting children.

Source

@override
double get startOffset {
  if (padding == null)
    return scrollOffset;
  return scrollOffset - _leadingPadding;
}