FastButtonLabel constructor
const
FastButtonLabel({
- required String text,
- Key? key,
- bool enableInteractiveSelection = false,
- TextOverflow? overflow = TextOverflow.ellipsis,
- double lineHeight = kFastLineHeight,
- TextAlign textAlign = TextAlign.left,
- bool? softWrap = false,
- bool upperCase = true,
- FontWeight? fontWeight,
- Color? textColor,
- double? fontSize,
- int? maxLines,
Implementation
const FastButtonLabel({
required super.text,
super.key,
super.enableInteractiveSelection = false,
super.overflow = TextOverflow.ellipsis,
super.lineHeight = kFastLineHeight,
super.textAlign = TextAlign.left,
super.softWrap = false,
super.upperCase = true,
super.fontWeight,
super.textColor,
super.fontSize,
super.maxLines,
});