Dictionary
public extension Dictionary where Key == ControlState, Value == TextStyle
-
Returns a new dictionary with copies of all styles.
Declaration
Swift
func copy() -> [ControlState : TextStyle]