diff --git a/README.md b/README.md index 0866cf38..f71162cb 100644 --- a/README.md +++ b/README.md @@ -749,13 +749,19 @@ Support levels:
Picker
(example)ProgressView
(example)init()
init(value: Double?, total: Double = 1.0)
init(@ViewBuilder label: () -> any View)
init(_ titleKey: LocalizedStringKey)
init(_ title: String)
init(value: Double?, total: Double = 1.0, @ViewBuilder label: () -> any View)
init(_ titleKey: LocalizedStringKey, value: Double?, total: Double = 1.0)
init(_ title: String, value: Double?, total: Double = 1.0)