label property

Widget label
final

The column heading.

Typically, this will be a Text widget. It could also be an Icon (typically using size 18), or a Row with an icon and some text.

The label should not include the sort indicator.

Implementation

final Widget label