FlutterAnimatedButton
FlutterAnimatedButton copied to clipboard
Center text doesn't work with multi-line text.
Describe the bug Center text doesn't work with multi-line text.
To Reproduce Steps to reproduce the behavior:
- Create an AnimatedButton with long text than one line.
- Set the textMaxLine to 2,
- Set the textAlignment to center,
- Run the App
- The text is not centered while if we reduce the text to be displayed on one line it will be centered.
Expected behavior we expected to see the text center.
Screenshots

Smartphone (please complete the following information):
- Device: Samsung Note 8
- OS: Android 10
- Version: 2.0.2
Additional context Add any other context about the problem here.