判断显示哪个控件
Widget kwithElseShowFun(bool Function() isShow, Widget widget) { return isShow() ? this : widget; }