小编swa*_*c s的帖子

如何在 RaisedButton 的右侧添加图标?

如何将图标添加到右侧的 RaisedButton

Padding(
       padding: const EdgeInsets.only(top: 15.0),
          child: new SizedBox(
             width: double.infinity,
             child: new RaisedButton(
             textColor: Colors.white,
             color: coloraccent,
             onPressed: () {},
             child: const Text('UPADATE'),
        )),
       ),
Run Code Online (Sandbox Code Playgroud)

flutter

6
推荐指数
3
解决办法
8647
查看次数

标签 统计

flutter ×1