TabBar( splashFactory: NoSplash.splashFactory, overlayColor: MaterialStateProperty.resolveWith<Color?>( (Set<MaterialState> states) { return states.contains(MaterialState.focused) ? null : Colors.transparent; }, ), ... )