Map<String, dynamic> toJson() => <String, dynamic>{ "width": width, "height": height, "bgColor": bgColor, "penColor": penColor };