Text constructor
Text(
- String data, {
- String? id,
- TextStyle? style,
- TextAlign align = TextAlign.left,
- int? maxLines,
- TextOverflow? overflow,
- String? xData,
- String? xInit,
- String? xShow,
- Map<
String, String> ? xBind, - Map<
String, String> ? xOn, - String? xText,
- String? xHtml,
- String? xModel,
- String? xModelable,
- String? xFor,
- String? xTransition,
- String? xEffect,
- bool? xIgnore,
- String? xRef,
- bool? xCloak,
- String? xTeleport,
- bool? xIf,
- String? xId,
Implementation
Text(
this.data, {
super.id,
this.style,
this.align = TextAlign.left,
this.maxLines,
this.overflow,
super.xData,
super.xInit,
super.xShow,
super.xBind,
super.xOn,
super.xText,
super.xHtml,
super.xModel,
super.xModelable,
super.xFor,
super.xTransition,
super.xEffect,
super.xIgnore,
super.xRef,
super.xCloak,
super.xTeleport,
super.xIf,
super.xId,
});