header property

Widget header
final

The table card's header.

This is typically a Text widget, but can also be a ButtonBar with FlatButtons. Suitable defaults are automatically provided for the font, button color, button padding, and so forth.

If items in the table are selectable, then, when the selection is not empty, the header is replaced by a count of the selected items.

Implementation

final Widget header