Skip to content

Commit

Permalink
change appbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Nov 20, 2023
1 parent 6f49043 commit cfbcb0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/home/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ class HomeState extends State<Home> {
)
.toList(),
),
backgroundColor: Colors.brown,
titleTextStyle: const TextStyle(color: Colors.white, fontSize: 18),
centerTitle: true,
actions: [
IconButton(
Expand Down

0 comments on commit cfbcb0f

Please sign in to comment.