ArcaneText.subheading constructor
const
ArcaneText.subheading(
- String text, {
- TextColor? color = TextColor.secondary,
- TextAlign? align,
- ArcaneStyleData? style,
- Key? key,
Implementation
const ArcaneText.subheading(
this.text, {
this.color = TextColor.secondary,
this.align,
this.style,
super.key,
}) : size = FontSize.lg,
weight = FontWeight.w500,
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';