key property
final
A Key that uniquely identifies this row. This is used to ensure that if a row is added or removed, any stateful widgets related to this row (e.g. an in-progress checkbox animation) remain on the right row visually.
If the table never changes once created, no key is necessary.
Implementation
final LocalKey? key;