【发布时间】:2021-09-10 15:16:52
【问题描述】:
Container(
padding: EdgeInsets.symmetric(
horizontal: 22
),
child:
ListTile(
leading: Checkbox(value: false,),
title: Text('Tomate',
style: TextStyle(
fontSize: 18.0,
fontWeight: FontWeight.w600,
color: Colors.orangeAccent),
),
trailing: Icon(Icons.delete_outline),
),
),
【问题讨论】: