XHeaderWithSorting class

Inheritance

Constructors

XHeaderWithSorting({Key? key, String? title, String? label = "", Decoration? decoration, int? typeUI, double? iconContainerWidth, double? iconContainerheight, double? elevation, IconData? icon, TextStyle? style, double? iconSize, Color colorBackgroundHeader = Colors.black, Color? textColor, Color? iconColor = Colors.black, dynamic onPressed()?, Widget? child, EdgeInsetsGeometry? padding, OutlinedBorder? shape, int? flex, dynamic onTap()?, List? listInUI, double? heightHeader, double? widthHeader, TextStyle? styleLabel, Color? colorIcon, String? propName, dynamic onTapHeader()?, bool? iconChanged, List? listForSort})

Properties

child Widget?
final
colorBackgroundHeader Color
final
colorIcon Color?
final
decoration Decoration?
final
elevation double?
final
flex int?
final
hashCode int
The hash code for this object.
no setterinherited
heightHeader double?
final
icon IconData?
final
iconChanged bool?
getter/setter pair
iconColor Color?
final
iconContainerheight double?
final
iconContainerWidth double?
final
iconSize double?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
final
listForSort List?
final
listInUI List?
final
onPressed → (dynamic Function()?)
final
onTap → (dynamic Function()?)
final
onTapHeader → (dynamic Function()?)
final
padding EdgeInsetsGeometry?
final
propName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape OutlinedBorder?
final
style TextStyle?
final
styleLabel TextStyle?
final
textColor Color?
final
title String?
final
typeUI int?
final
widthHeader double?
final

Methods

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