bharat-1809 / glass_kit

💎 A package containing widgets to implement glass morphism in flutter apps
https://pub.dev/packages/glass_kit
MIT License
77 stars 16 forks source link

Default value for width, height, color, border color #12

Open jinosh05 opened 2 years ago

jinosh05 commented 2 years ago

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md if needed with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
  4. You may merge the Pull Request in once you have the sign-off of one developer, or if you do not have permission to do that, you may request the second reviewer to merge it for you.

I have given default values for color and border color to be Colors.transparent and the height and width value to be double.maxFinite . I have tested the code and you can test it and merge. This is also a fix to the issue #10