viewer3d

Creator: coderz1093

Last updated:

0 purchases

viewer3d Image
viewer3d Images
Add to Cart

Description:

viewer3d

what is it #

https://user-images.githubusercontent.com/9412501/159005037-d84e412f-8bf2-4045-a907-c6a889db8f2c.mp4
how to use #

Center(
child: View3D.me(),
)

Center(
child: View3D.autoReset(200,200,60),
)
copied to clipboard
customization

const View3D(
this.width,
this.height,
this.thickness, {
Key? key,
this.sides,
this.center = true,
this.backgroundColor = Colors.transparent,
this.resetTarget,
this.reset = const ResetNormal(),
})

copied to clipboard
menulayout #
MenuLayoutj(
home: _buildHome,
menu: _buildMenu,
)
copied to clipboard
customization #
const MenuLayoutj({
required this.home,
required this.menu,
this.offsetPercent = .6,
this.dragable = false,
this.duration = 300,
this.deform = const CubeDeform(),
this.critical = .7,
Key? key,
})
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.