|
|
|
@ -40,12 +40,9 @@ class DiamondScreen extends StatelessWidget { |
|
|
|
Lottie.asset( |
|
|
|
MyAnimations.lightPurple, |
|
|
|
), |
|
|
|
Transform.rotate( |
|
|
|
angle: 0.2, |
|
|
|
child: MyImage( |
|
|
|
image: MyAssets.diamondBig, |
|
|
|
size: setSize(context: context, mobile: 200, tablet: 300), |
|
|
|
), |
|
|
|
MyImage( |
|
|
|
image: MyAssets.diamondBig, |
|
|
|
size: setSize(context: context, mobile: 200, tablet: 300), |
|
|
|
), |
|
|
|
Positioned( |
|
|
|
bottom: setSize( |
|
|
|
|