prefixIcon property

Widget? prefixIcon
final

Prefix icon widget. For file picker, dropdown, date picker, and time picker types, it's recommended to use an IconButton to trigger the respective action.

Implementation

final Widget? prefixIcon;