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 9a9d6ea commit 9286648Copy full SHA for 9286648
lib/widget/gsy_flex_button.dart
@@ -44,6 +44,7 @@ class GSYFlexButton extends StatelessWidget {
44
new Expanded(
45
child: new Text(text,
46
style: new TextStyle(fontSize: fontSize),
47
+ textAlign: TextAlign.center,
48
maxLines: maxLines,
49
overflow: TextOverflow.ellipsis),
50
)
0 commit comments