StickyTable<T> constructor
StickyTable<T> ({
- Key? key,
- TextStyle? columnStyle,
- TextStyle? rowStyle,
- dynamic onSort()?,
- List<
StickyColumn> ? columns, - Color? columnRowColor,
- TableBorder? rowBorder,
- TableBorder? columnBorder,
- dynamic onRowClick(
- T?
- dynamic onRowRightClick(
- TapDownDetails,
- T?
- List<
StickyRows> ? rows, - Color? rowColor,
- T? selected,
- Map<
int, TableColumnWidth> ? columnWidths, - EdgeInsets? columnPadding,
- EdgeInsets? rowPadding,
- Widget? emptyRow,
- ScrollController? scrollController,
Implementation
StickyTable(
{super.key,
this.columnStyle,
this.rowStyle,
this.onSort,
this.columns,
this.columnRowColor,
this.rowBorder,
this.columnBorder,
this.onRowClick,
this.onRowRightClick,
this.rows,
this.rowColor,
this.selected,
this.columnWidths,
this.columnPadding,
this.rowPadding,
this.emptyRow,
this.scrollController});