add wearos button

This commit is contained in:
Zypherift 2024-06-14 14:08:13 +02:00
parent 32abfe7037
commit 9d863e1ec0

View File

@ -158,6 +158,14 @@ class ExtrasSettingsScreenState extends State<ExtrasSettingsScreen> {
),
],
),
SplittedPanel(
padding: const EdgeInsets.only(top: 9.0),
cardPadding: const EdgeInsets.all(4.0),
isSeparated: true,
children: [
ElevatedButton(onPressed: () {}, child: const Center(child: Text("list wearos devices paired"),))
],
),
],
),
),