ScrollIntoView constructor

ScrollIntoView(
  1. SerializableFinder finder,
  2. {double alignment = 0.0,
  3. Duration? timeout}
)

Creates this command given a finder used to locate the widget to be scrolled into view.

Implementation

ScrollIntoView(super.finder, { this.alignment = 0.0, super.timeout });