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

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 #

CollapsibleController collapsibleController = CollapsibleController();
CollapsibleRowTwoColumn(
                  left: Container(
                    color: Colors.red,
                    child: const Placeholder(),
                  ),
                  right: Container(
                    color: Colors.green,
                    child: const Placeholder(),
                  ),
                  controller: collapsibleController,
                ),
              

Additional information #

0
likes
140
points
167
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on collapsible_row