flutter_chain_table

Last updated:

0 purchases

flutter_chain_table Image
flutter_chain_table Images
Add to Cart

Description:

flutter chain table

flutter_chain_table #

A flutter table with fixed center column list and two bi-direction tables on left and right side.
Installation #
Run this command to install latest:
flutter pub add flutter_chain_table
copied to clipboard
Usage #
This shows Widget's full customizations:
const ChainTable({
super.key,
this.header,
this.footer,
required this.sideTableWidth,
required this.centerColumnWidth,
required this.leftTableColumnCount,
required this.rightTableColumnCount,
required this.tableRowCount,
required this.leftBuilder,
required this.rightBuilder,
required this.centerBuilder,
this.horizontalLinkedScroll,
this.verticalLinkedScroll,
})
copied to clipboard
Example #
Demo of the example project:

License #
MIT

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.