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