StickerClassWidget constructor
StickerClassWidget({
- Key? key,
- List<
StickerData> tags = const [], - required TabController tabController,
- int position = 0,
- bool centerTab = false,
Implementation
StickerClassWidget(
{super.key,
this.tags = const [],
required this.tabController,
this.position = 0,
this.centerTab = false});