Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 782 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 782 Bytes

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