mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -290,20 +290,25 @@ class _SettingPageState extends State<SettingPage> {
|
||||
onTap: () => Get.toNamed('/settingsSearch'),
|
||||
borderRadius: const BorderRadius.all(Radius.circular(50)),
|
||||
child: Ink(
|
||||
padding: const EdgeInsets.symmetric(vertical: 6),
|
||||
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: const BorderRadius.all(Radius.circular(50)),
|
||||
color: theme.colorScheme.onInverseSurface,
|
||||
),
|
||||
child: Center(
|
||||
child: const Center(
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Icon(
|
||||
size: MediaQuery.textScalerOf(context).scale(18),
|
||||
size: 18,
|
||||
applyTextScaling: true,
|
||||
Icons.search,
|
||||
),
|
||||
const Text(' 搜索'),
|
||||
Text(
|
||||
' 搜索',
|
||||
style: TextStyle(height: 1),
|
||||
strutStyle: StrutStyle(height: 1, leading: 0),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user