NomoDropDownMenuThemeData constructor
const
NomoDropDownMenuThemeData({
- Color iconColor = const Color(0xFF272626),
- double dropdownElevation = 1.0,
- Color dropdownColor = Colors.white,
- ShapeBorder? dropdownBorder = null,
- Color backgroundColor = Colors.white,
- BorderSide border = BorderSide.none,
- double minFontSize = 10.0,
- EdgeInsetsGeometry itemPadding = EdgeInsets.zero,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
- 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,
});