lib/ui/widget/nav.dart @@ -51,7 +51,10 @@ Expanded( child: Center( child: Text( title, maxLines: 1, overflow: TextOverflow.ellipsis, style: TextStyle(fontSize: 18, color: textColor), ))),