VitTableStyle constructor

const VitTableStyle({
  1. double? height,
  2. double? minHeight,
  3. HeaderStyle? header,
  4. RowStyle? row,
  5. Widget? innerBottom,
  6. Widget? onEmptyWidget,
  7. RawScrollbar scrollbarBuilder(
    1. ScrollController? controller,
    2. Widget child
    )?,
  8. Decoration? decoration,
  9. PageNavigatorThemeData? pageNavigatorThemeData,
})

Implementation

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