hints property

List<({String description, String key})> hints
final

Keyboard hint pairs displayed on the right side. Each record has a key label and a description.

Implementation

final List<({String key, String description})> hints;