TwText.rich constructor

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

Implementation

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