A dots-style loading indicator (three animated dots).
static Widget dotsLoader({Color? color}) { return _DotsLoader(color: color ?? Colors.white); }