TwText constructor
const
TwText(
- String data, {
- Key? key,
- List<
Attribute< attributes = const [],TwTextData> >
Implementation
const TwText(
String this.data, {
super.key,
this.attributes = const [],
}) : span = null;