const BottomOption( {Key? key, required this.icon, required this.label, this.onTap, this.enable = true}) : super(key: key);