circle_button

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

circle button

circle_button #
Circle button widget for flutter.
Example #
CircleButton(
onTap: () => {},
tooltip: 'Circle Button',
width: 40.0,
height: 40.0,
borderColor: Colors.white,
borderWidth: 1.0,
borderStyle: BorderStyle.solid,
backgroundColor: Colors.transparent,
child: Icon(
Icons.add,
color: Colors.white,
),
);
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.