tunitowen / fancy_bottom_navigation

Flutter plugin - FancyBottomNavigation
Apache License 2.0
773 stars 187 forks source link

oval color at back of circle icon #53

Closed Ashuto7h closed 3 years ago

Ashuto7h commented 4 years ago

why did you put the SizedBox at lines (185 -190) in file fancyBottomNavigation.dart

 SizedBox(
                            height: ARC_HEIGHT,
                            width: ARC_WIDTH,
                            child: CustomPaint(
                              painter: HalfPainter(barBackgroundColor),
                            )),

this one is causing a barBackground colored oval at back of icon circle. please remove it, or change its color property. Screenshot_2020-03-08-23-25-49