morph_button 0.0.1 copy "morph_button: ^0.0.1" to clipboard
morph_button: ^0.0.1 copied to clipboard

A shape animated button

MorphButton #

An animated shape transform button.

Install #

Add morph_button to your pubspec.yaml

Using Dart package

dart pub add morph_button

Using GIT URL

dependencies:
  morph_button:
    git:
      url: https://github.com/anoochit/morph_button.git

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: () {},
);

1
likes
0
points
23
downloads

Publisher

verified publisherredlinesoft.net

Weekly Downloads

A shape animated button

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on morph_button