header property Null safety
final
Sets the form section header. The section header lies above the children rows. Usually a Text widget.
Implementation
final Widget? header;
Sets the form section header. The section header lies above the children rows. Usually a Text widget.
final Widget? header;