dynamic_container 0.0.2
dynamic_container: ^0.0.2 copied to clipboard
Dynamic Container Flutter Package
0.0.1 Added the container files with modifiable title, subtitle, height, width and more properties.
0.0.2 Updated ReadMe.
0.0.3 Added option to change textcolor and subtitle color. Added onTap to specify a function.
0.0.4 Fixed onTap to specify a callback.
0.0.5 Fixed an issue with onTap causing null value. title is now a required property. The title is now centred if a subtitle is not provided. An example app is added to check implementation.