XHeaderWithSorting constructor

XHeaderWithSorting({
  1. Key? key,
  2. String? title,
  3. String? label = "",
  4. Decoration? decoration,
  5. int? typeUI,
  6. double? iconContainerWidth,
  7. double? iconContainerheight,
  8. double? elevation,
  9. IconData? icon,
  10. TextStyle? style,
  11. double? iconSize,
  12. Color colorBackgroundHeader = Colors.black,
  13. Color? textColor,
  14. Color? iconColor = Colors.black,
  15. dynamic onPressed()?,
  16. Widget? child,
  17. EdgeInsetsGeometry? padding,
  18. OutlinedBorder? shape,
  19. int? flex,
  20. dynamic onTap()?,
  21. List? listInUI,
  22. double? heightHeader,
  23. double? widthHeader,
  24. TextStyle? styleLabel,
  25. Color? colorIcon,
  26. String? propName,
  27. dynamic onTapHeader()?,
  28. bool? iconChanged,
  29. 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);