ShapedBottomBarItem constructor

ShapedBottomBarItem({
  1. required IconData icon,
  2. String? text = "",
  3. Color themeColor = Colors.black,
  4. bool renderWithText = true,
  5. TextStyle? textStyle,
})

Implementation

ShapedBottomBarItem(
    {required this.icon,
    this.text = "",
    this.themeColor = Colors.black,
    this.renderWithText = true,
    this.textStyle});