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