rawText property

  1. @override
String get rawText
override

Implementation

@override
String get rawText => children.map((e) => e.rawText).join();