public interface InlineStyles.StyleTransform
A transform applied to a character’s style, used to toggle bold, set a color, etc.
Methods
public abstract TextStyle apply(TextStyle current) | Returns the new style for a character that currently has current. |
Method details
apply
public abstract TextStyle apply(TextStyle current)Returns the new style for a character that currently has
current.