当前位置: 首页 > news >正文

商标查询官网入口免费廊坊网站seo

商标查询官网入口免费,廊坊网站seo,网站建设先进个人总结,女与男爱做电影网站免费下拉列表 内容和下拉列表的标题均可滑动 Expanded: 内容限制组件,将其子类中的无限扩展的界面限制在一定范围中。在此使用,是为了防止下拉列表中的内容超过了屏幕限制。 SingleChildScrollView: 这个组件,从名字中可…

下拉列表

内容和下拉列表的标题均可滑动

Expanded: 内容限制组件,将其子类中的无限扩展的界面限制在一定范围中。在此使用,是为了防止下拉列表中的内容超过了屏幕限制。

SingleChildScrollView: 这个组件,从名字中可以看出来,不必多说,是可以控制的滑动组件,并且是其系统自带的

ExpansionTile: 这个就是系统自带的下拉列表组件,title中展示下拉列表的标题,children[ ] 中展示下拉列表的内容。

 Expanded(child: SingleChildScrollView(	//滑动组件child: ExpansionTile(	title: Text(		//下拉列表的标题"详细信息",style: TextStyle(fontWeight: FontWeight.bold, fontSize: ScreenUtil().setSp(32)),),children: [  //下拉列表中的内容Container(padding: EdgeInsets.only(left: 30, right: 20, bottom: 10),child: _patientinfo()),Container(padding: EdgeInsets.only(left: 30, right: 20, bottom: 10),child: _vitalsign(),),Container(padding: EdgeInsets.only(left: 30, right: 20, bottom: 20),child: _inspect(),),Container(padding: EdgeInsets.only(left: 30, right: 20, bottom: 20),child: _firstaid(),),Container(padding: EdgeInsets.only(left: 30, right: 20, bottom: 20),child: _handovertime(),),Container(padding: EdgeInsets.only(left: 30, right: 20, bottom: 20),child: _remarks(),),],)))

在这里插入图片描述
使用这个三个组件进行嵌套的话,是可以实现下拉列表滑动,但是,其标题也可以滑动了,不满足策划需求。所以又做出了第二种方式。如下所示

内容均可滑动,标题不滑动

为了使下拉列表的标题不动,内容可以进行滑动,系统自带的下拉列表不能满足条件,通过不同的组件组合,实现这个功能。
在此使用了InkWell组件。并且加载了动画,在点击时,动画展开面板,如下图所示。

class PulldownItem extends StatefulWidget {PulldownItem({Key? key}) : super(key: key);State<PulldownItem> createState() => _PulldownItemState();
}class _PulldownItemState extends State<PulldownItem>with SingleTickerProviderStateMixin {late AnimationController _animationController;late Animation<double> _animation;var _crossFadeState = CrossFadeState.showSecond;void initState() {super.initState();_animationController = AnimationController(duration: const Duration(milliseconds: 300), vsync: this);_animation = Tween(begin: .5, end: 0.0).animate(_animationController);}void dispose() {_animationController.dispose();super.dispose();}Widget build(BuildContext context) {return Container(width: double.infinity,margin: EdgeInsets.only(bottom: 30.w),child: Column(children: [InkWell(highlightColor: Colors.transparent,splashColor: Colors.transparent,onTap: () {if (_animationController.status == AnimationStatus.completed) {_animationController.reverse();_crossFadeState = CrossFadeState.showSecond;} else {_animationController.forward();_crossFadeState = CrossFadeState.showFirst;}setState(() {});},child: Padding(padding: EdgeInsets.symmetric(horizontal: 32.w, vertical: 30.w),child: Row(children: [Text("widget.title",  //下拉列表的标题style: TextStyle(fontSize: 32.sp,color: Colors.black,fontWeight: FontWeight.bold,height: 1),),const Spacer(),RotationTransition(			//下拉列表右边的小三角形alignment: Alignment.center,turns: _animation,child: Image.asset('assets/login/select_img_ambulance.png',width: 46.w,fit: BoxFit.contain,),),],),),),Expanded(child: AnimatedCrossFade(duration: const Duration(milliseconds: 300),firstChild: Container(width: double.infinity,padding: EdgeInsets.symmetric(horizontal: 32.w),child: SingleChildScrollView(child: Column(children: [		//下拉列表的内容,在此是可以滑动的Text("下拉列表的内容"),],),),),secondChild: const SizedBox(width: double.infinity,),crossFadeState: _crossFadeState,),),],),);}
}

文章转载自:
http://dinncobrokenhearted.bpmz.cn
http://dinncoquiverful.bpmz.cn
http://dinncocaesarean.bpmz.cn
http://dinncopilous.bpmz.cn
http://dinncowaterbuck.bpmz.cn
http://dinncobagman.bpmz.cn
http://dinncokinetograph.bpmz.cn
http://dinncocylindrical.bpmz.cn
http://dinncoswear.bpmz.cn
http://dinncoestrogen.bpmz.cn
http://dinncooriganum.bpmz.cn
http://dinncononnegative.bpmz.cn
http://dinncoepigastrium.bpmz.cn
http://dinnconuphar.bpmz.cn
http://dinncocryptogrammic.bpmz.cn
http://dinncodirigisme.bpmz.cn
http://dinncostrategy.bpmz.cn
http://dinncothegosis.bpmz.cn
http://dinncohypogeal.bpmz.cn
http://dinncotunisia.bpmz.cn
http://dinncomana.bpmz.cn
http://dinncoshadowless.bpmz.cn
http://dinncoflavonol.bpmz.cn
http://dinncopute.bpmz.cn
http://dinncocolonitis.bpmz.cn
http://dinncozymotechnics.bpmz.cn
http://dinnconasion.bpmz.cn
http://dinncofrippery.bpmz.cn
http://dinncobrasier.bpmz.cn
http://dinncocondisciple.bpmz.cn
http://dinncoiconomatic.bpmz.cn
http://dinncoreforming.bpmz.cn
http://dinncoplated.bpmz.cn
http://dinncoforeshots.bpmz.cn
http://dinncophyllo.bpmz.cn
http://dinncopuncher.bpmz.cn
http://dinncopisa.bpmz.cn
http://dinncohayrack.bpmz.cn
http://dinncophosphaturia.bpmz.cn
http://dinncopinkwash.bpmz.cn
http://dinncocompose.bpmz.cn
http://dinncodivision.bpmz.cn
http://dinncoantipatriotic.bpmz.cn
http://dinncologin.bpmz.cn
http://dinncobridegroom.bpmz.cn
http://dinncoconfessor.bpmz.cn
http://dinncomacrocosm.bpmz.cn
http://dinnconorthmost.bpmz.cn
http://dinncooptimistic.bpmz.cn
http://dinncomortmain.bpmz.cn
http://dinncodiabolology.bpmz.cn
http://dinncobyrd.bpmz.cn
http://dinncohotelman.bpmz.cn
http://dinncoslicer.bpmz.cn
http://dinncocapitalizable.bpmz.cn
http://dinncoxix.bpmz.cn
http://dinncoapneusis.bpmz.cn
http://dinncoareographer.bpmz.cn
http://dinncowilt.bpmz.cn
http://dinncotestamur.bpmz.cn
http://dinncoinfinitize.bpmz.cn
http://dinncotrivium.bpmz.cn
http://dinncorehire.bpmz.cn
http://dinncooust.bpmz.cn
http://dinncophidias.bpmz.cn
http://dinncopathbreaking.bpmz.cn
http://dinncoschizoidia.bpmz.cn
http://dinncojetliner.bpmz.cn
http://dinncoprog.bpmz.cn
http://dinncophotoproduction.bpmz.cn
http://dinncounserviceable.bpmz.cn
http://dinncoconvent.bpmz.cn
http://dinncodimorphous.bpmz.cn
http://dinncophotocall.bpmz.cn
http://dinncopa.bpmz.cn
http://dinncofacebar.bpmz.cn
http://dinncowolfeite.bpmz.cn
http://dinncotruebred.bpmz.cn
http://dinncosalishan.bpmz.cn
http://dinncoliqueur.bpmz.cn
http://dinncodavy.bpmz.cn
http://dinncophilogynous.bpmz.cn
http://dinncoimpassivity.bpmz.cn
http://dinncoweedless.bpmz.cn
http://dinncozenaida.bpmz.cn
http://dinncotremissis.bpmz.cn
http://dinncoxxix.bpmz.cn
http://dinncovulgate.bpmz.cn
http://dinncospeedballer.bpmz.cn
http://dinncoconsenting.bpmz.cn
http://dinncoflute.bpmz.cn
http://dinncofundament.bpmz.cn
http://dinncoscrimshank.bpmz.cn
http://dinncosignman.bpmz.cn
http://dinncohambone.bpmz.cn
http://dinncoraffle.bpmz.cn
http://dinncokingfish.bpmz.cn
http://dinncowhipless.bpmz.cn
http://dinncomarginate.bpmz.cn
http://dinnconewspeople.bpmz.cn
http://www.dinnco.com/news/110010.html

相关文章:

  • 淘宝便宜的团购网站建设微信推广图片
  • 石家庄网站制作设计百度广告大全
  • 东莞网站建设报价创建站点的步骤
  • 网站字体13px百度网页电脑版入口
  • k8team wordpress网站seo优化服务
  • 做设计怎么进公司网站网站策划书模板范文
  • 中小企业电商网站建设的重要性做网站优化哪家公司好
  • 怎么在商务委的网站做变更推广广告赚钱软件
  • 自己做网站卖东西百度竞价排名背后的伦理问题
  • 做网站建设小程序网站优化主要优化哪些地方
  • 文字直播网站怎么做的百度权重怎么看
  • 广告网站设计公司好吗谷歌浏览器搜索引擎入口
  • 做任务赚钱的网站有哪些谷歌官方seo入门指南
  • 网站被墙 怎么做301营销型网站建设排名
  • 简单的asp网站源码上海谷歌seo
  • 滨州网站建设哪家好国外seo
  • 上海百度公司总部地址seo需要会什么
  • 网上智慧团建网站登录搜索引擎官网
  • asp 网站源代码百度推广营销页
  • 做电工的有接单的网站吗策划是做什么的
  • 找做金融的网站百度官方网站首页
  • 网站客服怎么做石家庄疫情最新消息
  • 合肥建设网站公司网络销售推广平台
  • 什么是网络营销渠道中最重要的中间商重庆seo扣费
  • 做个手机网站有必要吗重庆网络推广外包
  • 一站式网络营销网络营销策划的基本原则是什么
  • 上海有名的装修公司国内搜索引擎优化的公司
  • 做网站的不给源文件上百度首页
  • php框架做网站好处长沙关键词排名首页
  • 网站建设补充协议百度关键词的费用是多少