Text.bodyLarge constructor
const
Text.bodyLarge(
- String text, {
- TextColor? color = TextColor.muted,
- TextAlign? align,
- ArcaneStyleData? style,
- Key? key,
Implementation
const Text.bodyLarge(
this.text, {
this.color = TextColor.muted,
this.align,
this.style,
super.key,
}) : size = FontSize.lg,
weight = null,
lineHeight = LineHeight.relaxed,
letterSpacing = null,
colorCustom = null,
decoration = null,
transform = null,
family = null,
fontStyle = null,
overflow = null,
whiteSpace = null,
maxLines = null,
selectable = true,
element = 'p';