key property

  1. @override
K key
override

A unique Key used in in the ReorderableListView.

Implementation

@override
K get key => throw Exception('The root item does not have a key');