textDecoration property

TextDecoration textDecoration
final

在文本附近绘制的装饰(例如,下划线)。

可以使用 TextDecoration.combine 应用多种装饰 The decorations to paint near the text (e.g., an underline).

Multiple decorations can be applied using TextDecoration.combine.

Implementation

final TextDecoration textDecoration;