label property

Widget? label
final

The label widget to display above the input field.

Typically a Text widget describing the field.

Implementation

final Widget? label;