use all space for gesture detector
This commit is contained in:
@@ -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),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user