SmartPageBottomNavigationOptions constructor

SmartPageBottomNavigationOptions({
  1. double? height,
  2. bool? showIndicator,
  3. bool? showBorder,
  4. Color? selectedColor,
  5. Color? unselectedColor,
  6. Color? indicatorColor,
  7. Color? borderColor,
  8. Color? backgroundColor,
  9. Duration? slideDownDuration,
})

Implementation

SmartPageBottomNavigationOptions({
  this.height,
  this.showIndicator,
  this.showBorder,
  this.selectedColor,
  this.unselectedColor,
  this.indicatorColor,
  this.borderColor,
  this.backgroundColor,
  this.slideDownDuration,
});