0 purchases
collapsible row
A collapsible row contains two column, which can collapse one of them.
Features #
Getting started #
Usage #
CollapsibleRowTwoColumn(
left: Container(
color: Colors.red,
child: const Placeholder(),
),
right: Container(
color: Colors.green,
child: const Placeholder(),
),
controller: collapsibleController,
),
copied to clipboard
Additional information #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.