FontClassWidget constructor

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

Implementation

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