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