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