A package that gives container which changes on click

Features

Changes on click

Getting started

See the code snippet

Usage

Circular Container

Additional information

Center( child: TheContainer(afterWidget: CircularProgressIndicator(color: Colors.white,), height: 40, width: 100, afterheight: 50, afterwidth: 50, roundborder: 30, aftercolor: Colors.orange, color: Colors.green, insideWidget: Text("Click", style: TextStyle( color: Colors.white ), )) ),