Instance Method インスタンスメソッド

makeBody(configuration:)

Creates a view representing the body of a gauge.

Declaration 宣言

func makeBody(configuration: DefaultGaugeStyle.Configuration) -> some View

Parameters パラメータ

configuration

The properties to apply to the gauge instance.

Discussion 議論

The system calls this modifier on each instance of gauge within a view hierarchy where this style is the current gauge style.

See Also 参照

Rendering a Gauge