📅  最后修改于: 2022-03-11 14:56:36.001000             🧑  作者: Mango
child: Material(
child: InkWell(
child: Center(
child: Text("My Chip",
style: Theme.of(context).textTheme.body1)),
onTap: () {},
),
),