-
Notifications
You must be signed in to change notification settings - Fork 0
ColorSchemeValue
ppraveentr edited this page Oct 23, 2022
·
3 revisions
public struct ColorSchemeValue<T>
public init(_ light: T, dark: T? = nil)
public var light: T, dark: T?
public var light: T, dark: T?
public func value(_ colorScheme: ColorScheme) -> T
Generated at 2023-04-02T01:45:21+0000 using swift-doc 1.0.0-rc.1.