Last updated:
0 purchases
g2x custom toaster
g2x_custom_toaster #
image #
g2x_custom_toaster usage #
G2xCustomToaster.showOnTop(
icon: Icons.notifications,
title: "",
mensage: "",
navigationKey: _navigationKey,//required navigarionKey(MaterialApp)
onTap: (){
//click on notification
},
onFinish: (){
//callback finish
},
//animation duration
millisecondsToDismissStart: 5000
millisecondsToDismissAnd
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.