mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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(
|
builder: (context) => SimpleDialog(
|
||||||
children: _getOptions()
|
children: _getOptions()
|
||||||
.map((o) => SimpleDialogOption(
|
.map((o) => SimpleDialogOption(
|
||||||
|
padding: const EdgeInsets.all(0),
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
title: Text(o.title),
|
title: Text(o.title),
|
||||||
subtitle: o.subtitle?.run((t) => Text(t)),
|
subtitle: o.subtitle?.run((t) => Text(t)),
|
||||||
|
|
Loading…
Reference in a new issue