We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8d5da commit 54b0de5Copy full SHA for 54b0de5
lib/widget/gsy_icon_text.dart
@@ -74,7 +74,7 @@ class GSYIConText extends StatelessWidget {
74
color: iconColor,
75
),
76
new Padding(padding: new EdgeInsets.all(padding)),
77
- showText,
+ new Expanded(child: showText)
78
],
79
);
80
}
0 commit comments