💄 Optimize app bar
This commit is contained in:
@@ -75,7 +75,11 @@ class _CalculatorHomePageState extends State<CalculatorHomePage> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(title: const Text('方程与表达式计算器')),
|
appBar: AppBar(
|
||||||
|
title: const Text('方程与表达式计算器'),
|
||||||
|
centerTitle: false,
|
||||||
|
leading: const Icon(Icons.calculate_outlined),
|
||||||
|
),
|
||||||
body: Column(
|
body: Column(
|
||||||
children: [
|
children: [
|
||||||
Padding(
|
Padding(
|
||||||
|
Reference in New Issue
Block a user