DropdownScrollbarStyle constructor

const DropdownScrollbarStyle({
  1. bool isAlwaysShown = false,
  2. Radius radius = const Radius.circular(10),
  3. double thickness = 5,
  4. Color thumbColor = const Color(0xaa000000),
  5. double minThumbLength = 18,
  6. bool interactive = false,
})

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,
});