Label Text Right position #151
-
For a button on the left side of the screen, how do we move the SpeedDialChild texts to the right? For now it's like this. labelWidget: Transform.translate(
offset: Offset(120, 0),
child: Text(
"test 1",
style: ConsultaAppTheme.titleDefault,
),
), |
Beta Was this translation helpful? Give feedback.
Answered by
prateekmedia
Apr 8, 2021
Replies: 1 comment
-
Checkout the new version, it has everything fixed. To use this you have to set the value of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prateekmedia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checkout the new version, it has everything fixed. To use this you have to set the value of
switchLabelPosition
to true.