getOneLoading({Color color = Colors.white, double size = 20}) { return Center( child: LoadingAnimationWidget.threeRotatingDots( color: Colors.black, size: size, ), ); }