ScrollIntoView constructor
- SerializableFinder finder, {
- double alignment = 0.0,
- 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});