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