checkout page
This commit is contained in:
@@ -31,7 +31,7 @@ class PageTitle extends StatelessWidget {
|
||||
children: [
|
||||
if (isBack) ...[
|
||||
GestureDetector(
|
||||
onTap: () => context.maybePop(),
|
||||
onTap: () => context.router.maybePop(),
|
||||
child: Icon(Icons.arrow_back, color: AppColor.primary, size: 24),
|
||||
),
|
||||
SpaceWidth(16),
|
||||
|
||||
Reference in New Issue
Block a user