码迷,mamicode.com
首页 > 其他好文 > 详细

轻量级提示

时间:2020-01-19 17:42:02      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:caff   --   sage   white   image   text   代码   img   child   

代码:

return Scaffold(
appBar: AppBar(title: Text(‘长按‘)),
body: Center(
child: Tooltip(//轻量级控件 包裹的控件 都有长按效果
child: Image.network(‘http://img.mp.itc.cn/upload/20170413/bf3c5c6a69264f08b66cabe456c460e1_th.jpg‘),
message: ‘长按有惊喜‘,

),
),
);
总结:

 

//轻量级 提示 类似于OC 三方提示MBProgressHUD

Tooltip(

child:xxx //包裹的控件

message:xx //提示

)

轻量级提示

标签:caff   --   sage   white   image   text   代码   img   child   

原文地址:https://www.cnblogs.com/pp-pping/p/12214818.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!