FABBottomAppBarItem constructor

FABBottomAppBarItem({
  1. Widget? activeIcon,
  2. Widget? inActiveIcon,
  3. String? text,
})

Implementation

FABBottomAppBarItem({this.activeIcon, this.inActiveIcon, this.text}) {
  assert(this.activeIcon != null);
}