您当前的位置: 首页 >  flutter

大前端之旅

暂无认证

  • 2浏览

    0关注

    403博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Flutter 组件之 CheckboxListTile

大前端之旅 发布时间:2021-04-01 10:10:42 ,浏览量:2

CheckboxListTile(
                activeColor: Colors.red,
                checkColor: Colors.yellow,
                value: _newValue2,
                onChanged: (newValue) {
                  setState(() {
                    _newValue2 = newValue;
                    timeDilation = 13;
                  });
                },
                title: Text('title'),
                subtitle: Text('subtitle'),
                isThreeLine: false,
                dense: true,
                secondary: Icon(Icons.hourglass_empty),
                selected: true,
                controlAffinity: ListTileControlAffinity.leading, //决定选择框的位置
              ),
关注
打赏
1660524863
查看更多评论
立即登录/注册

微信扫码登录

0.0782s