glassmorphism_buttons 0.0.8 copy "glassmorphism_buttons: ^0.0.8" to clipboard
glassmorphism_buttons: ^0.0.8 copied to clipboard

A custom glassmorphism button as a flutter package.

Glassmorphism Button #

A custom glassmorphism button as a flutter package.

Installation🔧 #

Official Installation Guide

Documentation📚 #

Class
GlassyButton

Properties

  • height?
  • width?
  • title
  • onTap

Example/Usage

GlassyButton{
   height: 50,
   width: 200,
   title: 'Frosted Glass',
   onTap: (){
      print("I'm loving this button!😃")
   }
}

Rendered Output

Rendered output

License📝 #

MIT

Authors #

14
likes
120
pub points
39%
popularity

Publisher

unverified uploader

A custom glassmorphism button as a flutter package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on glassmorphism_buttons