prefix property

Image? prefix
final

An optional widget to be displayed as a prefix icon within the text field.

This property can be used to add custom icons or widgets to the start of the text field. Note: This property is not currently used in the widget.

Implementation

final Image? prefix;