Closed Dragollla closed 2 years ago
Inside bottom sheet builder titleTextColor is applied only in addTitleItem() so we need to call setTitleTextColor() before that.
titleTextColor
addTitleItem()
setTitleTextColor()
@Dragollla: Thanks for adding Effort and sharing the PR.
I have merged the same. Post a quick validate I will push the release.
Thanks, </ Pranav >
Inside bottom sheet builder
titleTextColor
is applied only inaddTitleItem()
so we need to callsetTitleTextColor()
before that.