XFilterEl<T> class

Constructors

XFilterEl(XProp xPropOfItemToFilter, {T? All, Color? backgroundMenuColor, double? width, double? menu_height, TextStyle? textStyle(dynamic)?})

Properties

All ↔ T?
getter/setter pair
backgroundMenuColor Color?
getter/setter pair
ColsOfXFdataItemToShow List<XProp>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Items List<T>
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle ↔ (TextStyle? Function(dynamic)?)
getter/setter pair
Value ↔ T?
getter/setter pair
width double?
getter/setter pair
xPropOfItemToFilter ↔ XProp
getter/setter pair

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

Static Methods

from<T>(XProp xPropOfItemToFilter, List<T> items, {T? All, dynamic initialValue, Color? backgroundMenuColor, double? width, double? menu_height, TextStyle? textStyle(dynamic)?}) XFilterEl
fromXEnumDefs(XProp xPropOfItemToFilter, XEnum xEnum, {String all_label = "TUTTI", int all_value = -1, dynamic initialValue, Color? backgroundMenuColor, double? width, double? menu_height, TextStyle? textStyle(XEnumDef)?}) XFilterEl<XEnumDef>