XHeaderWithSorting constructor
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,
Implementation
XHeaderWithSorting({
Key? key,
this.title,
this.label = "",
this.decoration,
this.typeUI,
this.iconContainerWidth,
this.iconContainerheight,
this.elevation,
this.icon,
this.style,
this.iconSize,
this.colorBackgroundHeader = Colors.black,
this.textColor,
this.iconColor = Colors.black,
this.onPressed,
this.child,
this.padding,
this.shape,
this.flex,
this.onTap,
this.listInUI,
this.heightHeader,
this.widthHeader,
this.styleLabel,
this.colorIcon,
this.propName,
this.onTapHeader,
this.iconChanged,
this.listForSort,
}) : super(key: key);