会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
pp/ing
博客园
首页
新随笔
联系
订阅
管理
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)
编辑
公告