Text.bodySmall constructor
const
Text.bodySmall(
- String text, {
- TextColor? color = TextColor.muted,
- TextAlign? align,
- ArcaneStyleData? style,
- Key? key,
Implementation
const Text.bodySmall(
this.text, {
this.color = TextColor.muted,
this.align,
this.style,
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';