customWidgets property

List<Widget>? customWidgets
final

If needs to render custom widgets for dropdown items must provide values for customWidgets Also the customWidgets length have to be equals to items

Implementation

final List<Widget>? customWidgets;