DescriptionCard constructor
const
DescriptionCard({})
Implementation
const DescriptionCard({
required this.image_src,
required this.title,
required this.description,
required this.url,
required this.url_title,
required this.text_color,
required this.direction,
required this.reversed,
required this.current_offset,
required this.visible_offset,
});