inputDecoration property

InputDecoration? inputDecoration
final

The decoration to show around the form field.

It is used to show an icon, label, hint, helper text, and error text.

Specify null to remove the decoration entirely (including the extra padding introduced by the decoration to save space for the labels).

Implementation

final InputDecoration? inputDecoration;