ZwapIconDropDownsDecoration class

Constructors

ZwapIconDropDownsDecoration({double? height, double? width, ZwapTextType? titleTextStyle, ZwapTextType? selectedItemTextStyle, ZwapTextType? itemsTextStyle, Color? titleTextColor, Color? selectedItemTextColor, Color? itemsTextColor, IconData? dropdownClosedIcon, IconData? dropdownOpenedIcon, Color? backgroundColor, double borderRadius = 14, double hoverBorderRadius = 8, double overlayBorderRadius = 14, Color? hoverColor, Color? overlayBackgroundColor, EdgeInsets overlayContentPadding = const EdgeInsets.symmetric(horizontal: 9, vertical: 13), EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 20, vertical: 13), double itemSpacing = 2, int titleTextSize = 14, int selectedItemTextSize = 14, int itemTextSize = 14, Color? selectedItemColor, Color? itemHoverColor, Border? border, Color? iconColor, EdgeInsets insideItemPadding = const EdgeInsets.symmetric(horizontal: 17, vertical: 3)})
All the data have default values
const

Properties

backgroundColor Color
final
border Border?
final
borderRadius double
final
contentPadding EdgeInsets
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
hoverBorderRadius double
final
hoverColor Color
final
iconColor Color
final
insideItemPadding EdgeInsets
final
itemHoverColor Color
final
itemSpacing double
final
itemsTextColor Color
final
itemsTextStyle ZwapTextType
final
itemTextSize int
final
overlayBackgroundColor Color
final
overlayBorderRadius double
final
overlayContentPadding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemColor Color
final
selectedItemTextColor Color
final
selectedItemTextSize int
final
selectedItemTextStyle ZwapTextType
final
titleTextColor Color
final
titleTextSize int
final
titleTextStyle ZwapTextType
final
width double?
final

Methods

copyWith({double? height, double? width, ZwapTextType? titleTextStyle, IconData? dropdownClosedIcon, IconData? dropdownOpenedIcon, Color? backgroundColor, Color? titleTextColor, double? borderRadius, EdgeInsets? contentPadding, Color? hoverColor, int? titleTextSize, int? selectedItemTextSize, int? itemTextSize, Color? itemHoverColor, Color? overlayBackgroundColor, ZwapTextType? selectedItemTextStyle, ZwapTextType? itemsTextStyle, Color? selectedItemTextColor, Color? itemsTextColor, double? overlayBorderRadius, double? hoverBorderRadius, EdgeInsets? overlayContentPadding, double? itemSpacing, Color? selectedItemColor, Border? border, Color? iconColor}) ZwapIconDropDownsDecoration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited