Text.heading3 constructor
const
Text.heading3(})
Implementation
const Text.heading3(
this.data, {
this.color = TextColor.primary,
this.textAlign,
this.style,
this.cssStyle,
this.softWrap,
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';