copy_sol

Creator: coderz1093

Last updated:

0 purchases

copy_sol Image
copy_sol Images

Languages

Categories

Add to Cart

Description:

copy sol

Features #
Custom Copy tool tip implementation
Usage #
CopyWidget(
copyWidget: CopyToolTip(text: "Copy"),
overChildDistance: 26,
onOverlayTap: () {
print("onPressed");
///Add clipboard actions here
},
builder: (context, isOverlayShow) {
return Text(
"click to copy me!",
style: TextStyle(
color: isOverlayShow ? Colors.red : Colors.black,
),
);
},
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.