typealias Configuration
The properties of a gauge instance.
associatedtype Body : View
A view representing the body of a gauge.
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties to apply to the gauge instance.
The system calls this modifier on each instance of gauge within a view hierarchy where this style is the current gauge style.
typealias Configuration
associatedtype Body : View