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