FastOverline constructor
const
FastOverline({})
Implementation
const FastOverline({
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,
});