StickyColumn constructor

StickyColumn({
  1. Key? key,
  2. String? label,
  3. bool? showSorting = true,
  4. bool? sort,
  5. bool? enable = true,
})

Implementation

StickyColumn(
    {this.key,
      this.label,
      this.showSorting = true,
      this.sort,
      this.enable = true});