texts property

List<String> get texts

The rendered texts, in walk order.

Implementation

List<String> get texts => List.unmodifiable(_texts);