You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB

// import 'package:flutter/material.dart';
// import 'package:flutter_screenutil/flutter_screenutil.dart';
// import 'package:project_telephony/utils/headers.dart';
//
// class UpdateDialog extends Dialog {
// @override
// Widget build(BuildContext context) {
// final String upDateContent;
// final bool isForce;
// return Center(
// child: Column(
// mainAxisAlignment: MainAxisAlignment.center,
// children: [
// SizedBox(
// width: 640.w,
// height: 740.w,
// child: Stack(
// children: [
// Image.asset(
// Assets.images.cardbg.path,
// fit: BoxFit.cover,
// ),
// Container(
// child: Column(
// children: [
// Container(
// child: Text(
// "发现新版本",
// style: TextStyle(fontSize: 32.w,color: Colors.),
// ),
// )
// ],
// ),
// )
// ],
// ),
// )
// ],
// ),
// );
// }
// }