Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.16 KB

Wormhole Button is an modern and unique button widget. You can use it in your project according to you need.

Navigation Bar By Programming Wormhole

🌐 Socials:

Facebook LinkedIn YouTube


How to use?

Add wormhole_button: to your pubspec.yaml dependencies then run flutter pub get

Add from pub [Stable]

 dependencies:
   wormhole_button:

Then import the package to use

import 'package:wormhole_button/wormhole_button.dart';

Usage

WormholeButton(
title: 'Hello',
borderRadius: 10,
// more optional property you can use to customize the widget according to you need.
)