underline property

bool? underline
final

Indicates whether the text should have an underline.

underline is a boolean flag. If set to true, an underline will be printed beneath the text, commonly used for emphasis or links.

Default value is false.

Implementation

final bool? underline;