ElRojo7u7 / cubixd

3d cube in flutter!
MIT License
5 stars 4 forks source link

Can I customize the height and width. #2

Open zonda-alias opened 1 year ago

zonda-alias commented 1 year ago

Hello ~ Can the height and width of the cube be different?

ElRojo7u7 commented 1 year ago

There's a parameter called size that recives a double value; You can proportionally modify the height and width with it Examples:

  1. size: 200.0 image
  2. size: 100.0 image
  3. size: 300.0 image