decoration property
The decorations to paint near the text (e.g., an underline).
Multiple decorations can be applied using TextDecoration.combine.
Implementation
@override
TextDecoration get decoration => throw _e(token.name, 'decoration');
The decorations to paint near the text (e.g., an underline).
Multiple decorations can be applied using TextDecoration.combine.
@override
TextDecoration get decoration => throw _e(token.name, 'decoration');