VitTableStyle constructor

const VitTableStyle({
  1. double? height,
  2. double? minHeight,
  3. double? headerHeight,
  4. double? rowHeight,
  5. Widget? innerBottom,
  6. Widget? onEmptyWidget,
  7. Color? pageNavigatorColor,
  8. Color? pageNavigatorSelectedColor,
})

Implementation

const VitTableStyle({
  this.height,
  this.minHeight,
  this.headerHeight,
  this.rowHeight,
  this.innerBottom,
  this.onEmptyWidget,
  this.pageNavigatorColor,
  this.pageNavigatorSelectedColor,
});