FlintText constructor
FlintText(})
Implementation
FlintText(
this.data, {
super.id, // <— inherit from FlintWidget
this.style,
this.align = TextAlign.left,
this.maxLines,
this.overflow,
});
FlintText(
this.data, {
super.id, // <— inherit from FlintWidget
this.style,
this.align = TextAlign.left,
this.maxLines,
this.overflow,
});