RoundCarouselItem typedef

RoundCarouselItem = ({Widget image, Widget subtitle, Widget title})

Implementation

typedef RoundCarouselItem = ({
  Widget title,
  Widget subtitle,
  Widget image,
});