NomoDropDownMenuThemeDataNullable constructor

const NomoDropDownMenuThemeDataNullable({
  1. Color? iconColor,
  2. double? dropdownElevation,
  3. Color? dropdownColor,
  4. ShapeBorder? dropdownBorder,
  5. Color? backgroundColor,
  6. BorderSide? border,
  7. double? minFontSize,
  8. EdgeInsetsGeometry? itemPadding,
  9. EdgeInsetsGeometry? padding,
  10. BorderRadius? borderRadius,
})

Implementation

const NomoDropDownMenuThemeDataNullable({
  this.iconColor,
  this.dropdownElevation,
  this.dropdownColor,
  this.dropdownBorder,
  this.backgroundColor,
  this.border,
  this.minFontSize,
  this.itemPadding,
  this.padding,
  this.borderRadius,
});