NomoDropDownMenuThemeData constructor

const NomoDropDownMenuThemeData({
  1. Color iconColor = const Color(0xFF272626),
  2. double dropdownElevation = 1.0,
  3. Color dropdownColor = Colors.white,
  4. ShapeBorder? dropdownBorder = null,
  5. Color backgroundColor = Colors.white,
  6. BorderSide border = BorderSide.none,
  7. double minFontSize = 10.0,
  8. EdgeInsetsGeometry itemPadding = EdgeInsets.zero,
  9. EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
  10. BorderRadius? borderRadius = null,
})

Implementation

const NomoDropDownMenuThemeData({
  this.iconColor = const Color(0xFF272626),
  this.dropdownElevation = 1.0,
  this.dropdownColor = Colors.white,
  this.dropdownBorder = null,
  this.backgroundColor = Colors.white,
  this.border = BorderSide.none,
  this.minFontSize = 10.0,
  this.itemPadding = EdgeInsets.zero,
  this.padding = const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
  this.borderRadius = null,
});