SimformSolutionsPvtLtd / flutter_showcaseview

Flutter plugin that allows you to showcase your features on flutter application. 👌🔝🎉
https://pub.dev/packages/showcaseview
MIT License
1.48k stars 433 forks source link

titleAlignment property does not work #457

Open junior-ramayo opened 2 months ago

junior-ramayo commented 2 months ago

Describe the bug I am applying a TextAlign.center to the titleAlignment property and the Title is not centered.

Expected behavior I would expect the title to appear centered.

Captura de pantalla 2024-06-27 a la(s) 11 06 08 p m
rashi-simform commented 2 months ago

Hello @junior-ramayo, I have updated the name of titleAlignment that you have used to titleTextAlign and added two new parameters, titleAlignment and descriptionAlignment that would achieve what you desire. You can look into this PR and use it until it is released on pub.dev: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/459

Jinsung-viim commented 4 days ago

any update?