TwText constructor

const TwText(
  1. String data, {
  2. Key? key,
  3. List<Attribute<TwTextData>> attributes = const [],
})

Implementation

const TwText(
  String this.data, {
  super.key,
  this.attributes = const [],
}) : span = null;