FxText constructor
const
FxText(
- String text, {
- Key? key,
- EdgeInsets padding = EdgeInsets.zero,
- FxTextStyle style = const FxTextStyle(),
- TextAlign textAlign = TextAlign.start,
- FxTextOnLinkTap? onTap,
Implementation
const FxText(
this.text, {
super.key,
this.padding = EdgeInsets.zero,
this.style = const FxTextStyle(),
this.textAlign = TextAlign.start,
this.onTap,
});