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