footer property

Widget? footer
getter/setter pair

Optional widget to display below the field input.

Commonly used for help text, validation messages, or additional actions related to the field.

Implementation

Widget? footer;