suffixIcon property

Widget? suffixIcon
final

Suffix 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? suffixIcon;