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,11 +79,13 @@ class AppBarTitle extends HookConsumerWidget {
const SizedBox( const SizedBox(
width: 4, width: 4,
), ),
Text( Expanded(
child: Text(
page.url.authority, page.url.authority,
style: theme.textTheme.bodyMedium style: theme.textTheme.bodyMedium
?.copyWith(color: theme.colorScheme.onSurface), ?.copyWith(color: theme.colorScheme.onSurface),
), ),
),
], ],
), ),
], ],