💄 Optimize app bar

This commit is contained in:
2025-09-13 01:25:24 +08:00
parent a9a1680f5d
commit 5ceaf76f16

View File

@@ -75,7 +75,11 @@ class _CalculatorHomePageState extends State<CalculatorHomePage> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('方程与表达式计算器')),
appBar: AppBar(
title: const Text('方程与表达式计算器'),
centerTitle: false,
leading: const Icon(Icons.calculate_outlined),
),
body: Column(
children: [
Padding(