refactor: enhance label text style in navigation bar for better overflow handling

This commit is contained in:
Moustapha Kodjo Amadou 2025-01-22 10:59:24 +01:00
parent a89e1b9ba7
commit 116d9ac299

View file

@ -304,6 +304,8 @@ class _MainScreenState extends ConsumerState<MainScreen> {
},
child: NavigationBarTheme(
data: NavigationBarThemeData(
labelTextStyle: WidgetStatePropertyAll(
TextStyle(overflow: TextOverflow.ellipsis)),
indicatorShape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(30)),
),