UICarouselBlock constructor
UICarouselBlock({
- String? id,
- UICarouselBlockData? data,
Implementation
UICarouselBlock({
this.id,
this.data,
});
UICarouselBlock({
this.id,
this.data,
});