refactor: enhance label text style in navigation bar for better overflow handling
This commit is contained in:
parent
a89e1b9ba7
commit
116d9ac299
1 changed files with 2 additions and 0 deletions
|
|
@ -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)),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue