Added haptic feedback to tab bar switching

This commit is contained in:
Alex Tran 2022-10-14 16:04:21 -05:00
parent e38166837d
commit e99c400f59

View file

@ -34,6 +34,7 @@ class TabControllerPage extends ConsumerWidget {
bottomNavigationBar: multiselectEnabled
? null
: BottomNavigationBar(
enableFeedback: true,
selectedLabelStyle: const TextStyle(
fontSize: 13,
fontWeight: FontWeight.w600,