mod: SlideDialog泛型, 删除toastOpacity设置的trailing

This commit is contained in:
KoolShow
2024-01-02 20:55:33 +08:00
parent 9c30182480
commit 8d42409691
2 changed files with 5 additions and 14 deletions

View File

@ -220,15 +220,6 @@ class _StyleSettingState extends State<StyleSetting> {
},
title: Text('Toast不透明度', style: titleStyle),
subtitle: Text('自定义Toast不透明度', style: subTitleStyle),
trailing: Padding(
padding: const EdgeInsets.symmetric(horizontal: 8.0),
child: Obx(
() => Text(
'${settingController.toastOpacity.value}',
style: Theme.of(context).textTheme.titleSmall,
),
),
),
),
ListTile(
dense: false,