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( const SizedBox(
width: 4, width: 4,
), ),
Text( Expanded(
page.url.authority, child: Text(
style: theme.textTheme.bodyMedium page.url.authority,
?.copyWith(color: theme.colorScheme.onSurface), style: theme.textTheme.bodyMedium
?.copyWith(color: theme.colorScheme.onSurface),
),
), ),
], ],
), ),