ArcaneText.heading3 constructor
const
ArcaneText.heading3(
- String text, {
- TextColor? color = TextColor.primary,
- TextAlign? align,
- ArcaneStyleData? style,
- Key? key,
Implementation
const ArcaneText.heading3(
this.text, {
this.color = TextColor.primary,
this.align,
this.style,
super.key,
}) : size = FontSize.xl,
weight = FontWeight.w600,
lineHeight = LineHeight.snug,
letterSpacing = null,
colorCustom = null,
decoration = null,
transform = null,
family = null,
fontStyle = null,
overflow = null,
whiteSpace = null,
maxLines = null,
selectable = true,
element = 'h4';