DropdownButtonStyle constructor

const DropdownButtonStyle({
  1. MainAxisAlignment? mainAxisAlignment,
  2. Color? backgroundColor,
  3. BoxConstraints? constraints,
  4. double? height,
  5. double? width,
  6. double? elevation,
  7. EdgeInsets? padding,
  8. OutlinedBorder? shape,
  9. BorderSide? side,
  10. TextStyle? textStyle,
})

Implementation

const DropdownButtonStyle({
  this.mainAxisAlignment,
  this.backgroundColor,
  this.constraints,
  this.height,
  this.width,
  this.elevation,
  this.padding,
  this.shape,
  this.side,
  this.textStyle,
});