AutoDropStyle constructor
const
AutoDropStyle({
- BoxConstraints? constraints,
- Offset? offset,
- double? width,
- double elevation = 10,
- ShapeBorder? shape,
- Color? color,
- EdgeInsets? padding,
- Color? scrollbarColor,
Implementation
const AutoDropStyle({
this.constraints,
this.offset,
this.width,
this.elevation = 10,
this.shape,
this.color,
this.padding,
this.scrollbarColor,
});