0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.