suffixIcon property Null safety
final
Sets the suffix widget's icon.
Cannot be null. Defaults to the X-Mark CupertinoIcons.xmark_circle_fill. "To change the functionality of the suffix icon, provide a custom onSuffixTap callback and specify an intuitive suffixIcon.
Implementation
final Icon suffixIcon;