XTextParams constructor
XTextParams({
- required String data,
- required HubbleTextStyle style,
- TextAlign? textAlign,
- int? maxLines = 1,
- TextOverflow? overflow,
- bool isReactive = false,
- required Symbol contextName,
- bool isInterpolated = false,
- XEventTriggerBase? onTap,
Implementation
XTextParams({
required this.data,
required this.style,
this.textAlign,
this.maxLines = 1,
this.overflow,
this.isReactive = false,
required this.contextName,
this.isInterpolated = false,
this.onTap,
});