ictd_custom_button 0.0.3
ictd_custom_button: ^0.0.3 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:
✔ Icon support
✔ Border styling
✔ Full width layout
Installation #
dependencies: ictd_custom_button: ^0.0.3
Usage #
CustomButton(
text: "Submit",
onPressed: () {},
backgroundColor: Colors.blue,
textColor: Colors.white,
borderRadius: 12,
)