icon property

Widget? icon
final

The icon shown next to the dropdown item.

Will not be shown if the type of ZetaDropdown is set to anything other than ZetaDropdownMenuType.standard

Implementation

final Widget? icon;