Fix arrow btn on home view
This commit is contained in:
parent
b1f0bed1cc
commit
7ff835c4a0
@ -159,8 +159,6 @@ class _HomeScreenState extends State<HomeScreen> with SingleTickerProviderStateM
|
||||
duration: $styles.times.fast,
|
||||
child: RepaintBoundary(
|
||||
key: ObjectKey(currentWonder),
|
||||
child: IgnorePointer(
|
||||
ignoringSemantics: false,
|
||||
child: OverflowBox(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
@ -170,6 +168,8 @@ class _HomeScreenState extends State<HomeScreen> with SingleTickerProviderStateM
|
||||
|
||||
/// Title Content
|
||||
LightText(
|
||||
child: IgnorePointer(
|
||||
ignoringSemantics: false,
|
||||
child: MergeSemantics(
|
||||
child: Transform.translate(
|
||||
offset: Offset(0, 30),
|
||||
@ -196,6 +196,7 @@ class _HomeScreenState extends State<HomeScreen> with SingleTickerProviderStateM
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
/// Animated arrow and background
|
||||
/// Wrap in a container that is full-width to make it easier to find for screen readers
|
||||
@ -225,7 +226,6 @@ class _HomeScreenState extends State<HomeScreen> with SingleTickerProviderStateM
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
/// Menu Btn
|
||||
TopLeft(
|
||||
|
Loading…
x
Reference in New Issue
Block a user