drs_floating_widget

Creator: coderz1093

Last updated:

0 purchases

drs_floating_widget Image
drs_floating_widget Images

Languages

Categories

Add to Cart

Description:

drs floating widget

You can Drag, rotate and scale up-down of any widget by using this package.
Example #

How Yo Use #
FloatingWidget only run in Stack.
Property #

child - give widget that you can float,
rotate - for rotation on-off,
scaleUpDown - for Scale Up Down on-off,

Scaffold(
appBar: AppBar(
title: const Text("Floating Widget"),
),
body: Stack(
children: [
FloatingWidget(child: const Text("Hello")),
FloatingWidget(child: Container(color: Colors.red, width: 100, height: 100,)),
],
)
);
copied to clipboard
Additional information #
if you want to contribute this package then follow and dm flutter_unity account on insta.
Thanks
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.