take notif filter out of card
This commit is contained in:
parent
118e5a5826
commit
cd8d551e26
1 changed files with 7 additions and 10 deletions
|
|
@ -108,10 +108,8 @@ class const NotificationsPage({
|
||||||
),
|
),
|
||||||
Align(
|
Align(
|
||||||
alignment: .topRight,
|
alignment: .topRight,
|
||||||
child: Card(
|
|
||||||
color: Theme.of(context).colorScheme.surfaceContainer,
|
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: .all(12),
|
padding: .all(16),
|
||||||
child: M3EToggleButtonGroup(
|
child: M3EToggleButtonGroup(
|
||||||
selectedIndex: unreadTypeIndex.value,
|
selectedIndex: unreadTypeIndex.value,
|
||||||
onSelectedIndexChanged: (index) =>
|
onSelectedIndexChanged: (index) =>
|
||||||
|
|
@ -120,7 +118,6 @@ class const NotificationsPage({
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue