NomoDropDownMenuThemeDataNullable constructor
const
NomoDropDownMenuThemeDataNullable({
- Color? iconColor,
- double? dropdownElevation,
- Color? dropdownColor,
- ShapeBorder? dropdownBorder,
- Color? backgroundColor,
- BorderSide? border,
- double? minFontSize,
- EdgeInsetsGeometry? itemPadding,
- EdgeInsetsGeometry? padding,
- 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,
});