prefix property
final
The widget displayed at the start of the input. Cannot be given in addition to prefixText.
Implementation
final Widget? prefix;
The widget displayed at the start of the input. Cannot be given in addition to prefixText.
final Widget? prefix;