if svg is bigger than screen, although I set bottom 100, it's not work `Positioned( left: 0, right: 0, top: 0, bottom: 100, child: Container( color: Colors.green, child: SVGAImage( svgAnimationController, clearsAfterStop: true, ), ), )`
if svg is bigger than screen, although I set bottom 100, it's not work
Positioned( left: 0, right: 0, top: 0, bottom: 100, child: Container( color: Colors.green, child: SVGAImage( svgAnimationController, clearsAfterStop: true, ), ), )