You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ A Flutter package allows you to Showcase/Highlight your widgets step by step.
14
14
## Migration guide for release 4.0.0
15
15
Renamed parameters `titleAlignment` to `titleTextAlign` and `descriptionAlignment` to `descriptionTextAlign` to correspond it more with the TextAlign property
16
16
17
+
Before:
18
+
`titleAlignment` and `descriptionAlignment` is used for text alignment, so actual widget alignment
19
+
will always be start.
20
+
21
+
After:
22
+
`titleAlignment` and `descriptionAlignment` will be used for widget alignment and for the text
23
+
alignment use `titleTextAlign` and `descriptionTextAlign`. Default `titleAlignment`
24
+
and `descriptionAlignment` will be center and `titleTextAlign` and `descriptionTextAlign` will be
25
+
start.
26
+
17
27
## Migration guide for release 3.0.0
18
28
Removed builder widget from `ShowCaseWidget` and replaced it with builder function
0 commit comments