markedTextStyle
A dictionary of attributes that describes how to draw marked text.
Declaration
var markedTextStyle: [NSAttributedString.Key : Any]? { get set }Discussion
Marked text requires a unique visual treatment when displayed to users. See Style dictionary keys for descriptions of the valid keys and values for this dictionary.