Closed Ashuto7h closed 3 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.
why did you put the SizedBox at lines (185 -190) in file fancyBottomNavigation.dart
this one is causing a barBackground colored oval at back of icon circle. please remove it, or change its color property.