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
Element is SizedBox(width: 20, height: 60)
InviewList is horizontal (Axis.horizontal)
In 'isInViewPortCondition' I still receive such calculations:
final width = deltaTop - deltaBottom. (60)
But it should be 20.
deltaTop is calculated correctly, but deltaBottom is not, because it takes item's height, not width.
The text was updated successfully, but these errors were encountered:
AlexanderFarkas
changed the title
[Bug] deltaTop and deltaBottom are not calculated correctly in horizontal view
[Bug] deltaBottom is not calculated correctly in horizontal view
Jun 8, 2021
Element is SizedBox(width: 20, height: 60)
InviewList is horizontal (Axis.horizontal)
In 'isInViewPortCondition' I still receive such calculations:
final width = deltaTop - deltaBottom. (60)
But it should be 20.
deltaTop is calculated correctly, but deltaBottom is not, because it takes item's height, not width.
The text was updated successfully, but these errors were encountered: