mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Tweak style
This commit is contained in:
parent
e088b1dbaa
commit
192fe923a2
1 changed files with 1 additions and 0 deletions
|
@ -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)),
|
||||
|
|
Loading…
Reference in a new issue