ictd_custom_button 0.0.2
ictd_custom_button: ^0.0.2 copied to clipboard
A customizable button widget developed by the Innovation and Connectivity for Transformative Digitalization (ICTD) of the Local Government Unit of San Francisco, Agusan del Sur. Supports multiple styl [...]
ICTD Custom Button #
A customizable Flutter button developed by ICTD LGU San Francisco Agusan del Sur.
Features:
✔ Gradient support
✔ Loading animation
✔ Icon support
✔ Border styling
✔ Full width layout
Installation #
dependencies: ictd_custom_button: ^0.0.1
Usage #
CustomButton(
text: "Submit",
onPressed: () {},
backgroundColor: Colors.blue,
textColor: Colors.white,
borderRadius: 12,
)