GZXDropDownHeaderItem class

Constructors

GZXDropDownHeaderItem(String title, {IconData? iconData, IconData? iconDropDownData, double? iconSize, TextStyle? style, ImageProvider<Object>? icon = const AssetImage("assets/images/ic_triangle_close.png", package: "gzx_dropdown_menu_more_custom"), ImageProvider<Object>? iconDropDown = const AssetImage("assets/images/ic_triangle_more.png", package: "gzx_dropdown_menu_more_custom")})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon ImageProvider<Object>?
getter/setter pair
iconData IconData?
getter/setter pair
iconDropDown ImageProvider<Object>?
getter/setter pair
iconDropDownData IconData?
getter/setter pair
iconSize double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
final
title String
final

Methods

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