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