Text.link constructor
const
Text.link(})
Implementation
const Text.link(
this.data, {
this.color = TextColor.accent,
this.textAlign,
this.style,
this.cssStyle,
this.softWrap,
super.key,
}) : size = null,
weight = null,
lineHeight = null,
letterSpacing = null,
colorCustom = null,
decoration = TextDecoration.none,
transform = null,
family = null,
fontStyle = null,
overflow = null,
whiteSpace = null,
maxLines = null,
selectable = true,
element = 'span';