本站欢迎大家分享优质的源码和程序, 本站内容来源于作者发布和网络转载,如有版权相关问题请及时与我们取得联系,我们将立即删除。
  Button
按钮 YmTextButton("RoundedRectangle", textColor:Color(0xFFFFFFFF),onClick: (){ print("Button Pressed"); }), YmTextButton("Stadium", textColor:Color(0xFFFFFFFF), onClick:(){ print("Button Pressed");

搜索栏 YmSearchBar( hint: "请输入关键词", width: MediaQuery.of(context).size.width - 40, height: 40, onSubmitted: (text){ print("搜索$text"); setState(() { _searchTextValue = text; }); }, clearCa

  AppBar
导航栏 YmAppBar("AppBar自定义", background:[ const Color(0xFF606FFF), const Color(0xFF3446F2), ],onBackClick: goBack,textColor: Colors.white,), YmAppBar("AppBar自定义", background:[ const Color(0xFF606FF