previousChildKey property

String? previousChildKey

A string containing the key of the previous sibling child by sort order, or null if it is the first child.

Implementation

String? get previousChildKey => _delegate.previousChildKey;