55Builds/Flutter-FFNavigationBar

Stack Problem in FFNavigationBarItem

explodus opened this issue · 1 comments

child: Stack( clipBehavior: Clip.none, //overflow: Overflow.visible,

cause Stack hasn't the overflow param anymore

is anybody found a solution for this issue?