XfxDropDown<T> class

Inheritance

Constructors

XfxDropDown(Iterable<XProp> colsOfXFdataItemToShow, {Key? key, required dynamic itemSelected, required List liItems, required String? label, required ValueChanged? onChanged_ItemOfDD, Color? label_Color, Color? label_BackColor, Color background_Color(dynamic)?, DropdownSearchPopupItemBuilder? itemWidgetBuilder, Widget? clearBTN, String itemAsString(dynamic)?, Future<List> onFind(String)?, Color? focusColorOfDD, bool? menu_SearchBox_Active, EdgeInsetsGeometry? contentPadding, Widget dropdownBuilder(BuildContext, dynamic)?, TextStyle? item_TextStyle(dynamic)?, Alignment? item_TextAlignment, TextStyle? label_Style, AutovalidateMode? autoValidateMode = AutovalidateMode.disabled, bool? clearBTN_Active, double? clearBTN_IconSize, EdgeInsetsGeometry? clearBTN_Padding, Color? clearBTN_IconColor, BoxConstraints? clearBTN_Constraints, dynamic clearBTN_getValueForCLEAR()?, Color? menu_BackGroundColor, String? menu_Title, Color? menu_Title_Color, TextStyle? menu_Title_Style, Color? menu_SearchBoxBorderANDtitle_Color, double? menu_height, Color? al_BackGroundColor, String? al_Title, Color? al_Title_Color, TextStyle? al_Title_Style, bool? al_SearchBox_Active, Color? al_SearchBoxBorderANDtitle_Color, Widget? dropBTN, EdgeInsetsGeometry? dropBTN_Padding, Color? dropBTN_IconColor, double? dropBTN_IconSize = 18, BoxConstraints? dropBTN_Constraints, Color? labelANDborder_Color, FloatingLabelBehavior? label_Behavior, String? propToShowInItems, String? dropDownMode, String? validator(dynamic)?, bool filterFn(dynamic, String)?, Color? item_LabelColor, TextStyle? item_LabelStyle(Color)?, Color item_BackgroundColor(dynamic)?, double? width, bool label_OnTop = true})

Properties

al_BackGroundColor Color?
finalinherited
al_SearchBox_Active bool?
finalinherited
al_SearchBoxBorderANDtitle_Color Color?
finalinherited
al_Title String?
finalinherited
al_Title_Color Color?
finalinherited
al_Title_Style TextStyle?
finalinherited
autoValidateMode AutovalidateMode?
finalinherited
background_Color → (Color Function(dynamic)?)
finalinherited
clearBTN Widget?
finalinherited
clearBTN_Active bool?
finalinherited
clearBTN_Constraints BoxConstraints?
finalinherited
clearBTN_getValueForCLEAR → (dynamic Function()?)
finalinherited
clearBTN_IconColor Color?
finalinherited
clearBTN_IconSize double?
finalinherited
clearBTN_Padding EdgeInsetsGeometry?
finalinherited
colsOfXFdataItemToShow Iterable<XProp>
final
contentPadding EdgeInsetsGeometry?
finalinherited
dropBTN Widget?
finalinherited
dropBTN_Constraints BoxConstraints?
finalinherited
dropBTN_IconColor Color?
finalinherited
dropBTN_IconSize double?
finalinherited
dropBTN_Padding EdgeInsetsGeometry?
finalinherited
finalinherited
Metti "Menu" per cliccare sul drop down e avere la lista a discesa / oppure setta "Dialog" per avere un alertDialog per visualizzare la lista
finalinherited
filterFn → (bool Function(dynamic, String)?)
finalinherited
focusColorOfDD Color?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
item_BackgroundColor → (Color Function(dynamic)?)
finalinherited
item_LabelColor Color?
finalinherited
item_LabelStyle → (TextStyle? Function(Color)?)
finalinherited
item_TextAlignment Alignment?
finalinherited
item_TextStyle → (TextStyle? Function(dynamic)?)
finalinherited
itemAsString → (String Function(dynamic)?)
finalinherited
itemSelected → dynamic
finalinherited
itemWidgetBuilder → DropdownSearchPopupItemBuilder?
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
finalinherited
label_BackColor Color?
finalinherited
label_Behavior FloatingLabelBehavior?
finalinherited
label_Color Color?
finalinherited
label_OnTop bool
finalinherited
label_Style TextStyle?
finalinherited
labelANDborder_Color Color?
finalinherited
liItems List
finalinherited
finalinherited
finalinherited
finalinherited
finalinherited
finalinherited
finalinherited
finalinherited
onBeforeDialog → (dynamic Function()?)
finalinherited
onChanged_ItemOfDD ValueChanged?
finalinherited
onFind → (Future<List> Function(String)?)
finalinherited
propToShowInItems String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validator → (String? Function(dynamic)?)
finalinherited
width double?
finalinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() XfxDropDown_State<T>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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