forked from firka/student-legacy
add wearos button
This commit is contained in:
parent
32abfe7037
commit
9d863e1ec0
@ -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"),))
|
||||
],
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user