table_desk

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

table desk

table_desk 🛋 #
a simple way to create merge cells table.


this package is WIP(work-in-progress).🚧
PERFER NOT USE THIS PACKAGE IN YOUR PRODUCT.

Features #

✅ auto resize table when content change

Usage #
TableDesk(
child: TableDeskColumn(
children: [
TableDeskRow(
gaps: [
TableGap.width(100),
TableGap.weight(),
],
children: [
WidgetA(),
WidgetB(),
]
),
TableDeskRow(
gaps: [
TableGap.width(100),
TableGap.weight(),
],
children: [
WidgetA(),
WidgetB(),
]
),
]
),
)
copied to clipboard
WIP #

❌ some test.
❌ set decoration in TableDesk widget.

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.