2020年1月19日

摘要: 接收器代码: import 'package:flutter/material.dart'; import 'draggable_widget.dart'; class DraggableDemo extends StatefulWidget { DraggableDemo({Key key}) : 阅读全文
posted @ 2020-01-19 19:30 pp/ing 阅读(402) 评论(0) 推荐(0) 编辑
 
摘要: 代码: return Scaffold( appBar: AppBar(title: Text('长按')), body: Center( child: Tooltip(//轻量级控件 包裹的控件 都有长按效果 child: Image.network('http://img.mp.itc.cn/u 阅读全文
posted @ 2020-01-19 17:33 pp/ing 阅读(104) 评论(0) 推荐(0) 编辑
 
摘要: 代码: import 'package:flutter/cupertino.dart'; class RightBackDemo extends StatelessWidget { const RightBackDemo({Key key}) : super(key: key); @override 阅读全文
posted @ 2020-01-19 17:17 pp/ing 阅读(291) 评论(0) 推荐(0) 编辑