728x90
๋ฐ์ํ
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
centerTitle: true, //Title text ๊ฐ์ด๋ฐ ์ ๋ ฌ
title: Text(widget.title),
backgroundColor: Colors.transparent, //appBar ํฌ๋ช
์
elevation: 0.0, //appBar ๊ทธ๋ฆผ์ ๋๋ ์ค์ (๊ฐ 0์ผ๋ก ์ ๊ฑฐ)
),
extendBodyBehindAppBar: true, //body ์์ appbar
body:
...(์ดํ์๋ต)
ํ๋ฌํฐ ์๋๋ก์ด๋
728x90
๋ฐ์ํ