Wormhole Button is an modern and unique button widget. You can use it in your project according to you need.
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.
)