XCol<T> constructor

XCol<T>(
  1. String colKey,
  2. String colCaption,
  3. double width,
  4. XProp xmodelXprop, {
  5. int height = 0,
  6. int visPos = 0,
  7. String toolTip = "",
  8. int resizeStyle = 0,
  9. String format = "",
  10. bool readOnly = false,
  11. bool hidden = false,
  12. double minWidth = 15,
  13. double maxWidth = 400,
  14. String headerToolTip = "",
  15. int visiblePosition = 0,
  16. bool summarize = false,
  17. int originX = 0,
  18. int originY = 0,
  19. int spanX = 0,
  20. int spanY = 2,
  21. Alignment labelTxtHAlign = Alignment.center,
  22. Alignment txtHAlign = Alignment.centerLeft,
})

Implementation

XCol(
  this.colKey,
  this.colCaption,
  this.width,
  this.xmodelXprop, {
  this.height = 0,
  this.visPos = 0,
  this.toolTip = "",
  this.resizeStyle = 0,
  this.format = "",
  this.readOnly = false,
  this.hidden = false,
  this.minWidth = 15,
  this.maxWidth = 400,
  this.headerToolTip = "",
  this.visiblePosition = 0,
  this.summarize = false,
  this.originX = 0,
  this.originY = 0,
  this.spanX = 0,
  this.spanY = 2,
  this.labelTxtHAlign = Alignment.center,
  this.txtHAlign = Alignment.centerLeft,
}) : super(columnName: colKey, label: Container());