TextStyle

Represents the style of a span of text.

You should never mutate one of these, instead construct a new one.

Please note that methods may be added to this interface without being a full breaking change.

Members

Functions

font
MeasurableFont font()

Must never return null.

Mixin templates

Defaults
mixintemplate Defaults()

You can mix this in to your implementation class to get default implementations of new methods I add.

Meta