text property

  1. @override
String get text
override

Implementation

@override
String get text => _cells.map((c) => c.text).join();