Text.sectionTitle constructor
const
Text.sectionTitle(})
Implementation
const Text.sectionTitle(
this.data, {
this.color = TextColor.primary,
this.textAlign,
this.style,
this.cssStyle,
this.softWrap,
super.key,
}) : size = FontSize.hero,
weight = FontWeight.bold,
lineHeight = LineHeight.tight,
letterSpacing = null,
colorCustom = null,
decoration = null,
transform = null,
family = null,
fontStyle = null,
overflow = null,
whiteSpace = null,
maxLines = null,
selectable = true,
element = 'h2';