VitTableStyle constructor

const VitTableStyle({
  1. double? height,
  2. double? minHeight,
  3. double? headerHeight,
  4. double? rowHeight,
  5. Widget? innerBottom,
  6. Widget? onEmptyWidget,
  7. RawScrollbar scrollbarBuilder(
    1. ScrollController? controller,
    2. Widget child
    )?,
  8. PageNavigatorThemeData? pageNavigatorThemeData,
})

Implementation

const VitTableStyle({
  this.height,
  this.minHeight,
  this.headerHeight,
  this.rowHeight,
  this.innerBottom,
  this.onEmptyWidget,
  this.scrollbarBuilder,
  PageNavigatorThemeData? pageNavigatorThemeData,
}) : pageNavigatorThemeData = pageNavigatorThemeData ?? const PageNavigatorThemeData();