VitTableStyle constructor
const
VitTableStyle({
- double? height,
- double? minHeight,
- HeaderStyle? header,
- RowStyle? row,
- Widget? innerBottom,
- Widget? onEmptyWidget,
- RawScrollbar scrollbarBuilder(
- ScrollController? controller,
- Widget child
- Decoration? decoration,
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();