AutoDropStyle constructor

const AutoDropStyle({
  1. BoxConstraints? constraints,
  2. Offset? offset,
  3. double? width,
  4. double elevation = 10,
  5. ShapeBorder? shape,
  6. Color? color,
  7. EdgeInsets? padding,
  8. Color? scrollbarColor,
})

Implementation

const AutoDropStyle({
  this.constraints,
  this.offset,
  this.width,
  this.elevation = 10,
  this.shape,
  this.color,
  this.padding,
  this.scrollbarColor,
});