An open API service indexing awesome lists of open source software.

https://github.com/programmingwormhole/wormhole_button

Custom and modern buttons by Programming Wormhole
https://github.com/programmingwormhole/wormhole_button

Last synced: about 1 month ago
JSON representation

Custom and modern buttons by Programming Wormhole

Awesome Lists containing this project

README

        

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](https://img.shields.io/badge/Facebook-%231877F2.svg?logo=Facebook&logoColor=white)](https://facebook.com/programmingwormhole) [![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/company/programming-wormhole) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?logo=YouTube&logoColor=white)](https://youtube.com/@programmingwormhole)



## How to use?

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

Add from pub [Stable]

```yaml
dependencies:
wormhole_button:
```

Then import the package to use

```dart
import 'package:wormhole_button/wormhole_button.dart';
```

## Usage
```dart

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