BottomNavInfo constructor

BottomNavInfo({
  1. required String key,
  2. Color? backgroundColor,
  3. Color? color,
  4. Color? activeColor,
  5. double? height,
  6. double? curveSize,
  7. double? top,
  8. int? style,
  9. List<BottomNavInfo>? children,
})

Implementation

BottomNavInfo({required this.key,this.backgroundColor, this.color,this.activeColor, this.height,this.curveSize, this.top, this.style,this.children});