morph_button

Last updated:

0 purchases

morph_button Image
morph_button Images
Add to Cart

Description:

morph button

MorphButton #
An animated shape transform button.
Install #
Add morph_button to your pubspec.yaml
Using Dart package
dart pub add morph_button
copied to clipboard
Using GIT URL
dependencies:
morph_button:
git:
url: https://github.com/anoochit/morph_button.git
copied to clipboard
Usage #
MorphButton(
width: 200.0,
height: 200.0,
pressedColor: Theme.of(context).colorScheme.primary,
initialColor: Theme.of(context).colorScheme.primary.withOpacity(0.6),
initialRadius: 24.0,
title: const Text(
'Click Me',
style: TextStyle(
fontSize: 20.0,
color: Colors.white,
),
),
onTap: () {},
);

copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.