-
Notifications
You must be signed in to change notification settings - Fork 0
View
ppraveentr edited this page Apr 2, 2023
·
6 revisions
Call this function to set the Color's based on ColorModifierStyle
enum
func theme(_ color: ColorModifierStyle) -> some View
- name: Configured
ColorModifierStyle
withColorSchemeValue
color
Modified View
that incorporates modifier.
Call this function to set the Color's based on ColorSchemeValue
func theme(_ font: ColorSchemeValue<Font>?) -> some View
- name: Configured
ligh
anddark
mode value forFont
Modified View
that incorporates the view modifier.
Call this function to set the style for the elements by using the current body of the caller that will have the modifier applied to it.
func style(_ name: String) -> some View
- name: StyleName for the element
Modified View
that incorporates the view modifier.
Generated at 2023-04-02T01:45:21+0000 using swift-doc 1.0.0-rc.1.