documentLayoutKey property

GlobalKey<State<StatefulWidget>>? documentLayoutKey
final

GlobalKey that's bound to the DocumentLayout within this SuperReader.

This key can be used to lookup visual components in the document layout within this SuperReader.

Implementation

final GlobalKey? documentLayoutKey;