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
반응형
'studies > Front-end' 카테고리의 다른 글
어도비 일러스트레이터 CS6 이하 버전으로 변환하기 Adobe illustrator downgrade compatible version (0) | 2021.02.17 |
---|---|
어도비 포토샵 CS6 이하 버전으로 변환하기 Adobe photoshop downgrade compatible version (0) | 2021.02.17 |
VsCode 비주얼코드 브라우저 실행 단축키 설정하기 (0) | 2020.04.25 |
[CSS] position : relative, absolute +중앙정렬하기 (0) | 2020.03.31 |
[Javascript] document.write() 함수 사용시 주의 (0) | 2020.03.30 |