是否显示该控件
Widget kshowFun(bool Function() isShow, {double? width, double? height}) { return isShow() ? this : SizedBox(width: width, height: height); }