Please turn on JavaScript in your browser and refresh the page to view its content.
Availability 有効性
Technology
On This Page この項には
func fill(style: FillStyle = FillStyle()) -> some View
FillStyle
View
A shape filled with the foreground color. 前景色で塗りつぶされたある形状。
style
The style options that determine how the fill renders. どのように塗りつぶしを描出するか決定するスタイルオプション。
func fill<S>(S, style: FillStyle) -> some View