header property

Widget? header
final

Sets the form section header. The section header lies above the children rows. Usually a Text widget.

Implementation

final Widget? header;