HeaderStyle constructor

HeaderStyle({
  1. double? height,
  2. Widget sortIcon(
    1. bool? isAscending
    )?,
  3. bool showSortIconRight = true,
})

Implementation

HeaderStyle({
  this.height,
  this.sortIcon,
  this.showSortIconRight = true,
});