underline property

Widget? underline
final

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

Defaults to SizedBox.shrink().

Implementation

final Widget? underline;