Skip to content

Commit 54b0de5

Browse files
committed
fix
1 parent ba8d5da commit 54b0de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widget/gsy_icon_text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class GSYIConText extends StatelessWidget {
7474
color: iconColor,
7575
),
7676
new Padding(padding: new EdgeInsets.all(padding)),
77-
showText,
77+
new Expanded(child: showText)
7878
],
7979
);
8080
}

0 commit comments

Comments
 (0)