Parameters
Whether to apply underline styling. Defaults to
true if not specified.Underlines text or toggles underline styling.
.underline(isActive?: boolean): Component;
true if not specified.Text("Underlined text")
.underline()
Text("Maybe underlined")
.underline(shouldUnderline)
Text("Normal text")
.underline(false)