Initializer

init(content:)

Creates an instance that can perform programmatic scrolling of its child scroll views.

Declaration 宣言

init(content: @escaping (ScrollViewProxy) -> Content)

Parameters パラメータ

content

The reader’s content, containing one or more scroll views. This view builder receives a ScrollViewProxy instance that you use to perform scrolling.