|
|
@@ -118,6 +118,7 @@ class ImageColumnTextButton extends StatelessWidget {
|
|
|
Text(
|
|
|
text,
|
|
|
style: textStyle,
|
|
|
+ textAlign: TextAlign.center,
|
|
|
),
|
|
|
],
|
|
|
),
|
|
|
@@ -190,6 +191,7 @@ class ImageRowTextButton extends StatelessWidget {
|
|
|
Text(
|
|
|
text,
|
|
|
style: textStyle,
|
|
|
+ textAlign: TextAlign.left,
|
|
|
),
|
|
|
],
|
|
|
),
|