Tweak style

This commit is contained in:
Ming Ming 2022-05-08 22:18:47 +08:00
parent e088b1dbaa
commit 192fe923a2

View file

@ -36,6 +36,7 @@ class EnhanceHandler {
builder: (context) => SimpleDialog(
children: _getOptions()
.map((o) => SimpleDialogOption(
padding: const EdgeInsets.all(0),
child: ListTile(
title: Text(o.title),
subtitle: o.subtitle?.run((t) => Text(t)),