const Device({ required double x, required double y, this.name = 'Unknown', this.fontVariant = 0, }) : super(x, y);