Developer’s Blog
/
Framework
/
Flutter
/
AppBar
Search
AppBar
Scaffold
(
appBar
:
AppBar
(
backgroundColor
:
Colors
.
orange
,
title
:
Text
(
"Hello World"
)
,
centerTitle
:
true
,
actions
:
[
onPressed
:
(
)
{
}
icon
:
Icon
(
Icons
.
home
)
,
]
,
// Icons
)
,
)
;
Dart
복사