wrap method
Wraps the given child with a CarouselViewTheme containing the data.
Implementation
@override
Widget wrap(BuildContext context, Widget child) {
return CarouselViewTheme(data: data, child: child);
}
Wraps the given child with a CarouselViewTheme containing the data.
@override
Widget wrap(BuildContext context, Widget child) {
return CarouselViewTheme(data: data, child: child);
}