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;
}
The offset from the ViewportAnchor at which the viewport should start painting children.
@override
double get startOffset {
if (padding == null)
return scrollOffset;
return scrollOffset - _leadingPadding;
}