HcDecoratedTabBar constructor

const HcDecoratedTabBar({
  1. Key? key,
  2. required TabBar tabBar,
  3. required BoxDecoration? decoration,
  4. required Color bgColor,
})

Implementation

const HcDecoratedTabBar(
    {super.key,
    required this.tabBar,
    required this.decoration,
    required this.bgColor});