autoScrollOffset property

double autoScrollOffset
final

The offset for the auto-center feature. The offset is in pixels from the left side of the widget. For example, when the previous step should still be visible, set the offset to the length of a tab plus a bit of margin. Defaults to 10.0.

Implementation

final double autoScrollOffset;