Widget build({ required bool active, required void Function() onSelect, }) => _BottomBarItem( data: this, active: active, onSelect: onSelect, );