texts property

  1. @Deprecated('Instead use `content`')
List<Text> get texts

The content of this block.

Implementation

@Deprecated('Instead use `content`')
List<Text> get texts => _content.toList();