backgroundDecoration property

(Widget Function(Widget child)?) backgroundDecoration
final

Background decoration of dropdown, i.e. with this you can wrap dropdown with Card.

Implementation

final Widget Function(Widget child)? backgroundDecoration;