static memory(Uint8List bytes,{double? height,double? width}){ return Lottie.memory( bytes, height: 100, width: 100 ); }