Style
public struct Style : Encodable
Undocumented
-
The group value which receives these styles.
Declaration
Swift
public var target: String?
-
Creates
Style
object with specified properties.Declaration
Swift
public init(target: String? = nil, value: Anything? = nil)
Parameters
target
The group value which receives these styles.
value
Sets each group styles.