Map<String, dynamic> toJson() { return { 'base': base?.toJson(), 'hover': hover?.toJson(), 'focus': focus?.toJson(), }; }