button3d

Creator: coderz1093

Last updated:

0 purchases

button3d Image
button3d Images

Languages

Categories

Add to Cart

Description:

button3d

button3d #
This package provide an simple 3D button.

Getting Started #
Import the file.
import 'package:button3d/button3d.dart';
copied to clipboard
Use with default style: #
Button3d(
style: Button3dStyle.BLUE, // Button3dStyle.RED, Button3dStyle.WHITE
onPressed: () {},
child: Text("Add"),
);
copied to clipboard
Use with custom style: #
Button3d(
style: Button3dStyle(
topColor: Colors.lightGreen,
backColor: Colors.deepOrange,
borderRadius: BorderRadius.zero
),
onPressed: () {},
child: Text("Add"),
);
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.