DropdownStyle constructor

const DropdownStyle({
  1. Offset? offset,
  2. double? width,
  3. BoxConstraints? constraints,
  4. double? elevation,
  5. Color? color,
  6. EdgeInsets? padding,
})

Implementation

const DropdownStyle({
  this.offset,
  this.width,
  this.constraints,
  this.elevation,
  this.color,
  this.padding,
});