items property

List<Map<String, dynamic>>? items
final

Rows to display, each keyed by the fields named in headers. Null shows a loading shimmer; an empty list shows the no-items message.

Implementation

final List<Map<String, dynamic>>? items;