prefixIcon property

IconData? prefixIcon
final

prefixIcon is the prefix icon of the input. Avoid submit prefixIcon and prefixWidget at the same time.

Implementation

final IconData? prefixIcon;