FastTitle constructor
const
FastTitle({})
Implementation
const FastTitle({
super.key,
required super.text,
super.enableInteractiveSelection = false,
super.textAlign = TextAlign.left,
super.lineHeight = kFastLineHeight,
super.upperCase,
super.fontWeight,
super.overflow,
super.textColor,
super.fontSize,
super.maxLines,
super.softWrap,
}) : super(letterSpacing: 1.2);