Compare commits
2
Commits
934b3ea2fa
...
a19d9dfa6d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a19d9dfa6d | ||
|
|
40799f2d15 |
@@ -239,19 +239,28 @@ class _BrandHeader extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
GestureDetector(
|
||||||
children: [
|
onTap: () {
|
||||||
Icon(Icons.chevron_left_rounded, color: Colors.black, size: 28.sp),
|
AppNavigator.pop();
|
||||||
Text(
|
},
|
||||||
'返回',
|
child: Row(
|
||||||
style: TextStyle(
|
children: [
|
||||||
// color: const Color(0xFF53A7F3),
|
Icon(
|
||||||
|
Icons.chevron_left_rounded,
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
fontSize: 14.sp,
|
size: 28.sp,
|
||||||
fontWeight: FontWeight.w400,
|
|
||||||
),
|
),
|
||||||
),
|
Text(
|
||||||
],
|
'返回',
|
||||||
|
style: TextStyle(
|
||||||
|
// color: const Color(0xFF53A7F3),
|
||||||
|
color: Colors.black,
|
||||||
|
fontSize: 14.sp,
|
||||||
|
fontWeight: FontWeight.w400,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user