TabCountIcon constructor

const TabCountIcon({
  1. required TabSwitcherController controller,
  2. Key? key,
})

Implementation

const TabCountIcon({required this.controller, Key? key}) : super(key: key);