decoration property

  1. @override
TextDecoration get decoration
override

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');