columnHeader property

Widget? columnHeader
final

Optional widget that will be laid out to the top of the view, horizontally aligned with the left of the view.

The column header will scroll horizontally with the scroll pane, but it will remain fixed in place in the vertical axis, even when the view is scrolled vertically.

Implementation

final Widget? columnHeader;