FastHelper constructor
const
FastHelper(
{ - Key? key,
- required String text,
- bool enableInteractiveSelection = false,
- TextAlign textAlign = TextAlign.left,
- double lineHeight = kFastLineHeight,
- bool upperCase = false,
- FontWeight? fontWeight,
- TextOverflow? overflow,
- Color? textColor,
- double? fontSize,
- int? maxLines,
- bool? softWrap,
})
Implementation
@Deprecated('Use FastOverline')
const FastHelper({
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,
});