DropdownScrollbarStyle constructor
const
DropdownScrollbarStyle({})
Implementation
const DropdownScrollbarStyle({
this.isAlwaysShown = false,
this.radius = const Radius.circular(10),
this.thickness = 5,
this.thumbColor = const Color(0xaa000000),
this.minThumbLength = 18,
this.interactive = false,
});