decoration property Null safety
final
The decorations to paint near the text (e.g., an underline).
Multiple decorations can be applied using TextDecoration.combine.
Implementation
final TextDecoration? decoration;
The decorations to paint near the text (e.g., an underline).
Multiple decorations can be applied using TextDecoration.combine.
final TextDecoration? decoration;