您的位置:首页 > 游戏 > 手游 > 优化方案数学2023版电子版_小企业网站建设菌算_宁波seo排名优化价格_查网站域名

优化方案数学2023版电子版_小企业网站建设菌算_宁波seo排名优化价格_查网站域名

2025/1/8 1:25:27 来源:https://blog.csdn.net/qq_40745143/article/details/144238387  浏览:    关键词:优化方案数学2023版电子版_小企业网站建设菌算_宁波seo排名优化价格_查网站域名
优化方案数学2023版电子版_小企业网站建设菌算_宁波seo排名优化价格_查网站域名

Button 按钮 文档地址

view

TDButton(text: '确认支付', // 按钮文案isBlock: true, // 是否时Blockwidth:345.w, // 自定义宽度height: 43.w, // 自定义高度padding: EdgeInsets.all(0), // 默认的paddingmargin: EdgeInsets.all(0), // 默认的margin// 文案左侧图标,根据提交状态判断是否显示loadingiconWidget: controller.loading ? TDLoading(size: TDLoadingSize.small,icon: TDLoadingIcon.circle,) : Container(),size: TDButtonSize.large, // 按钮尺寸type: TDButtonType.fill, // 类型:填充,描边,文字theme: TDButtonTheme.primary, // 主题shape: TDButtonShape.filled, // 形状:圆角,胶囊,方形,圆形,填充 rectangle, round, square, circle, filledstyle: TDButtonStyle( // 按钮文字具体样式backgroundColor: Colors.blue,textColor: Colors.white,radius: BorderRadius.circular(0), // 如果不设置shape属性,也可通过radius控制是方形还是圆角),disabled:controller.loading, // 按钮状态,提交时禁用onTap:controller.submit, // 点击提交按钮触发
),

controller

bool loading = false; // 按钮提交状态
void submit(){if(!submit_disabled){Loading.show();loading = true;update(["address_edit"]);// 模拟发送接口Future.delayed(Duration(seconds: 3),(){Loading.success('编辑成功');loading = false;update(["address_edit"]);});}
}

在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com