BottomBarContainer constructor

const BottomBarContainer({
  1. Key? key,
  2. Function? ontap,
  3. String? title,
  4. IconData? icons,
  5. Color? colors,
})

Implementation

const BottomBarContainer({Key? key, this.ontap, this.title, this.icons, this.colors}) : super(key: key);