use all space for gesture detector

This commit is contained in:
Fabian Freund
2024-07-02 11:26:46 +02:00
parent 2c9b68beef
commit f606aa7b2b
@@ -79,10 +79,12 @@ class AppBarTitle extends HookConsumerWidget {
const SizedBox(
width: 4,
),
Text(
page.url.authority,
style: theme.textTheme.bodyMedium
?.copyWith(color: theme.colorScheme.onSurface),
Expanded(
child: Text(
page.url.authority,
style: theme.textTheme.bodyMedium
?.copyWith(color: theme.colorScheme.onSurface),
),
),
],
),