inputDecoration property

InputDecoration? get inputDecoration

A getter that provides custom input decoration for FormifyTextField.

The inputDecoration getter returns an InputDecoration object or null. This object can be used to customize the appearance and behavior of form field decorations within the Formify widget.

Implementation

InputDecoration? get inputDecoration => null;