This commit is contained in:
Fabian Freund
2026-06-12 06:00:10 +02:00
parent 2d13c1b065
commit 0540618bbf
19 changed files with 100 additions and 142 deletions
@@ -58,7 +58,9 @@ class WebSearchInfoboxCard extends HookConsumerWidget {
void toggle() {
ref
.read(persistedBoolProvider(PersistedBoolKey.infoboxExpanded).notifier)
.read(
persistedBoolProvider(PersistedBoolKey.infoboxExpanded).notifier,
)
.toggle();
}
@@ -347,7 +349,10 @@ class _InfoboxLinks extends StatelessWidget {
),
style: TextButton.styleFrom(
foregroundColor: colorScheme.primary,
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 4),
padding: const EdgeInsets.symmetric(
horizontal: 16,
vertical: 4,
),
),
),
),