import 'package:flutter/rendering.dart';
void main() { // 调试布局重点代码 debugPaintSizeEnabled=true; runApp(new MyApp()); }