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.4
Usage
CustomButton(
text: "Submit",
onPressed: () {},
backgroundColor: Colors.blue,
textColor: Colors.white,
borderRadius: 12,
)