TableHeaderView constructor

TableHeaderView(
  1. TableHeaderModel? model,
  2. double? height,
  3. Map<int, double>? width,
  4. Map<int, double>? padding,
)

Implementation

TableHeaderView(this.model, this.height, this.width, this.padding);