icon property

Widget? icon
final

The widget to use for the drop-down button's icon.

Defaults to an Icon with the Icons.arrow_drop_down glyph.

Implementation

final Widget? icon;