factory Shapes.fromJson(Map<String, dynamic> json) { return Shapes( borderRadius: json['borderRadius'], borderWidth: json['borderWidth'], ); }