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
indexBarAlignment centers no matter what. So if a user puts Alignment.topRight because of the Container in the build method always applying a center alignment; Alignment.topRight technically becomes Alignment.centerRight.
the line that is causing the problem is: azlistview/lib/src/index_bar.dart: line 463. Removing this line fixed it for me.
indexBarAlignment
centers no matter what. So if a user putsAlignment.topRight
because of theContainer
in the build method always applying a center alignment;Alignment.topRight
technically becomesAlignment.centerRight
.the line that is causing the problem is:
azlistview/lib/src/index_bar.dart
: line 463. Removing this line fixed it for me.The text was updated successfully, but these errors were encountered: