button3d 0.0.4 copy "button3d: ^0.0.4" to clipboard
button3d: ^0.0.4 copied to clipboard

outdated

Simple 3D button for Flutter

button3d #

This package provide an simple 3D button.

Getting Started #

Import the file.

import 'package:button3d/button3d.dart';

Use with default style:

var button1 = Button3d(
  style: Button3dStyle.BLUE,
  onPressed: () {},
  child: Text("Add"),
);
8
likes
0
pub points
26%
popularity

Publisher

unverified uploader

Simple 3D button for Flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on button3d