Flutterando / flutter_web_site

Flutterando's site built in Flutter Web
14 stars 9 forks source link

Create Square Expandable Widget #6

Open irvine5k opened 4 years ago

irvine5k commented 4 years ago

Create a expandable widget in square format to reutilize in the project.

The widget must be as customizable as possible.

Example of use: SquareExpandableWidget( collapsed: MembersCollapsedWidget(), expanded: MembersaExpandedWidget(), backgroundColor: Colors.blue, padding:... );

Collapsed: image Expanded: image