const LoaderWidget({ Key? key, this.color = Colors.grey, this.size = 8.0, this.colors, this.numberOfDots = 3, }) : super(key: key);