mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
chore: Changed some bottom app bar properties
This commit is contained in:
parent
16bf5e8a32
commit
4483e4a1f5
1 changed files with 4 additions and 5 deletions
|
|
@ -9,11 +9,10 @@ class NestedBottomAppBar extends ConsumerWidget {
|
|||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.all(8.0).copyWith(bottom: MediaQuery.paddingOf(context).bottom),
|
||||
child: Card(
|
||||
color: Theme.of(context).colorScheme.surfaceContainerLow,
|
||||
elevation: 5,
|
||||
shape: RoundedRectangleBorder(
|
||||
padding: const EdgeInsets.all(8.0).copyWith(bottom: MediaQuery.paddingOf(context).bottom + 8),
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).colorScheme.surfaceContainerLow.withValues(alpha: 0.965),
|
||||
borderRadius: BorderRadiusDirectional.circular(24),
|
||||
),
|
||||
child: Padding(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue