typealias Body
A view representing the body of a progress view.
あるプログレスビューの本体を表しているビュー。
Availability 有効性
Technology
func makeBody(configuration: CircularProgressViewStyle
.Configuration
) -> some View
configuration
The properties of the progress view being created.
configuration
The properties of the progress view, such as its preferred progress type.
The view hierarchy calls this method for each progress view where this style is the current progress view style.
typealias Body