collapsible_row 0.0.1 copy "collapsible_row: ^0.0.1" to clipboard
collapsible_row: ^0.0.1 copied to clipboard

outdated

A layout allow collapse a column in a two elements 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,
                ),
              

Additional information #

0
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A layout allow collapse a column in a two elements row.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on collapsible_row