FrameClassWidget constructor

FrameClassWidget({
  1. Key? key,
  2. List<FrameData> tags = const [],
  3. required TabController tabController,
  4. int position = 0,
  5. bool centerTab = false,
})

Implementation

FrameClassWidget(
    {super.key,
    this.tags = const [],
    required this.tabController,
    this.position = 0,
    this.centerTab = false});