0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.