const DeviceLogoDrawable({ Key? key, this.width = 28, this.height = 50, this.color = Colors.white, }) : super(key: key);