footer property

Widget? footer
final

Sets the form section footer. The section footer lies below the children rows. Usually a Text widget.

Implementation

final Widget? footer;