DropdownStyle constructor

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

Implementation

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