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