XfxElenco class

Inheritance

Constructors

XfxElenco({Key? key, String title_Text = "", bool title_OnTop_Visible = true, bool? headers_Visible, bool? filters_Visible = true, double? heightForHeader, List<Widget>? headers, List<Widget>? filters, int? numberOfHeader, List<Widget>? list, int? flexForList, Color? colorBackgroundContainerElTitle, double? heightContainerElTitle, TextStyle? title_Style, String? BTNtitle_Label, Color? BTNtitle_Color, dynamic BTNtitle_OnPressed()?, double? BTNtitle_Height, double? BTNtitle_Width, bool? BTNtitle_Visible = false, EdgeInsets? BTNtitle_Margin, double? margin_Horizontal, Future<void> onRefresh_ScrollDownList()?})

Properties

BTNtitle_Color Color?
final
BTNtitle_Height double?
final
BTNtitle_Label String?
final
BTNtitle_Margin EdgeInsets?
final
BTNtitle_OnPressed → (dynamic Function()?)
final
BTNtitle_Visible bool?
final
BTNtitle_Width double?
final
colorBackgroundContainerElTitle Color?
final
filters List<Widget>?
final
filters_Visible bool?
final
flexForList int?
final
hashCode int
The hash code for this object.
no setterinherited
headers List<Widget>?
final
headers_Visible bool?
final
heightContainerElTitle double?
final
heightForHeader double?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
list List<Widget>?
final
margin_Horizontal double?
final
numberOfHeader int?
final
onRefresh_ScrollDownList → (Future<void> Function()?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title_OnTop_Visible bool
final
title_Style TextStyle?
final
title_Text String
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _XfxElencoState
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