按钮 YmTextButton("RoundedRectangle", textColor:Color(0xFFFFFFFF),onClick: (){
print("Button Pressed");
}),
YmTextButton("Stadium", textColor:Color(0xFFFFFFFF), onClick:(){
print("Button Pressed");
本站欢迎大家分享优质的源码和程序, 本站内容来源于作者发布和网络转载,如有版权相关问题请及时与我们取得联系,我们将立即删除。
今日推荐
活动倒计时:00:00:00
188
水晶
188
水晶
19
水晶
180
水晶
最新动态
搜索栏 YmSearchBar(
hint: "请输入关键词",
width: MediaQuery.of(context).size.width - 40,
height: 40,
onSubmitted: (text){
print("搜索$text");
setState(() {
_searchTextValue = text;
});
},
clearCa
导航栏 YmAppBar("AppBar自定义",
background:[
const Color(0xFF606FFF),
const Color(0xFF3446F2),
],onBackClick: goBack,textColor: Colors.white,), YmAppBar("AppBar自定义",
background:[
const Color(0xFF606FF
软件排行
热门教程