typealias Body
A view representing the body of a gauge.
Availability 有効性
Technology
func makeBody(configuration: LinearGaugeStyle
.Configuration
) -> some View
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 Body