RollingBottomBarItem constructor

const RollingBottomBarItem(
  1. IconData? iconData, {
  2. String? label,
  3. Color? activeColor = Colors.green,
})

Implementation

const RollingBottomBarItem(this.iconData,
    {this.label, this.activeColor = Colors.green});