// 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.), // ), // ) // ], // ), // ) // ], // ), // ) // ], // ), // ); // } // }