XContainer class

Inheritance

Constructors

XContainer({Key? key, List<Widget>? childrenForHeaders, AlignmentGeometry? title_Alignment, double? heightOfWidgetForEmptyList, double? heightChildContainer, Color? colorForAllBorder, bool borderAll = true, Color? backGroundColorInternalWidget, TextStyle? title_Style, Widget? btnOnTitle, Widget? child, String title = "", Color? title_BackColor, bool borderVisible = true, bool borderOnBottom = false, BorderRadiusGeometry? borderRadius, Decoration? decoration, double borderWidth = 2.0, double? title_Height, AlignmentGeometry? alignmentChild})

Properties

alignmentChild AlignmentGeometry?
final
backGroundColorInternalWidget Color?
BackGroundColor per il child interno sotto il Title
final
borderAll bool
DEFAULT:TRUE - TRUE i bordi sono su tutti i lati dell'XItemWidget se FALSE in vece si leva il bordo superiore
final
borderOnBottom bool
DEFAULT:FALSE - FALSE per disattivare solo il bordo infondo all'XItemWIdget
final
borderRadius BorderRadiusGeometry?
final
borderVisible bool
DEFAULT:TRUE - FALSE per disattivare i bordi dell'XItemWidget
final
borderWidth double
getter/setter pair
btnOnTitle Widget?
BTN all'interno del container del Title e viene messo sulla destra
final
child Widget?
Figlio che si trova dentro l'XItemWidget
final
childrenForHeaders List<Widget>?
Lista dei Widget per Headers per definire colonne in una lista che hai nel child dell'XItemWidget
final
colorForAllBorder Color?
final
decoration Decoration?
Setta per dare una Decoration specializzata per quest'Item
final
hashCode int
The hash code for this object.
no setterinherited
heightChildContainer double?
Altezza del Container sotto il Title
final
heightOfWidgetForEmptyList double?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
title_Alignment AlignmentGeometry?
final
title_BackColor Color?
final
title_Height double?
final
title_Style TextStyle?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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