AutoText constructor
const
AutoText(})
Implementation
const AutoText(
this.data, {
Key? key,
this.style,
this.child,
this.alignment = Alignment.centerLeft,
this.fit = BoxFit.scaleDown,
}) : assert(child == null),
super(key: key);