pinnedItems property

List<Tuple2<dynamic, int>>? pinnedItems
final

Items that will be pinned to the top of the list on init

Implementation

final List<Tuple2<dynamic, int>>? pinnedItems;