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