Last updated:
0 purchases
logger imogy
Button with function #
simple button that button has function base,
we can pass the function
sample code #
void incrementCounter() {
print("hellow");
}
ButtonCustomer(
borderRadius:12,
buttonName:"Increment",
buttonColor:Colors.black54,
customFunction:incrementCounter,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.