We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a6bdd commit 0806e24Copy full SHA for 0806e24
2 files changed
lib/widget/send_select.dart
@@ -52,7 +52,6 @@ class SelectFiles extends ConsumerWidget {
52
refleshFilesList();
53
},
54
icon: const Icon(Icons.add)),
55
- const SizedBox(width: 10),
56
Ink(
57
decoration: ShapeDecoration(
58
color: colorScheme.error,
lib/widget/send_settings.dart
@@ -33,7 +33,7 @@ class SendSettingsDialog extends ConsumerWidget {
33
),
34
ListTile(
35
title: const Text("デバイス名"),
36
- trailing: Text(ref.watch(nameProvider),
+ subtitle: Text(ref.watch(nameProvider),
37
style: const TextStyle(fontSize: 18)),
38
onTap: () async {
39
await showDialog(
0 commit comments