DropdownColumn constructor
const
DropdownColumn({})
Implementation
const DropdownColumn({
required this.children,
this.maxHeight = double.infinity,
this.backgroundColor,
this.elevation = 3,
this.scrollThumbAlwaysVisible = true
});