8000 fix: warning overflow 18px on chinese · noobcoder17/my_todo@b702b1f · GitHub
[go: up one dir, main page]

Skip to content

Commit b702b1f

Browse files
author
renzhendong
committed
fix: warning overflow 18px on chinese
1 parent ca427e6 commit b702b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/todo_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class CustomAppBar extends StatelessWidget with PreferredSizeWidget {
124124
final String _userName;
125125
final int _typeCount;
126126
CustomAppBar(this._userName,this._typeCount);
127-
final size = AppBar().preferredSize*2.5;
127+
final size = AppBar().preferredSize*3;
128128
@override
129129
Widget build(BuildContext context) {
130130
return Container(

0 commit comments

Comments
 (0)
0