init(content:)
Creates an instance that can perform programmatic scrolling of its child scroll views.
Declaration
init(@ViewBuilder 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.