일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- c언어
- c# winform
- 플러터
- 깃
- c#
- docker
- c# 추상 클래스
- Houdini
- jupyter
- jupyter lab
- dart 언어
- git
- vim
- gitlab
- Data Structure
- Algorithm
- Flutter
- 포인터
- C# delegate
- Unity
- C언어 포인터
- c# 윈폼
- HTML
- Python
- 구조체
- 다트 언어
- github
- 도커
- 유니티
- C++
Archives
- Today
- Total
목록플러터 appbar gradient (1)
nomad-programmer

AppBar에 Gradient 색상을 적용시켜보았다. import 'package:flutter/material.dart'; class HomePage extends StatelessWidget { @override Widget build(BuildContext context) { return new Scaffold( appBar: AppBar( toolbarHeight: 70, title: new Text( 'Gradient', style: new TextStyle( fontWeight: FontWeight.w600, fontFamily: 'Poppins', fontSize: 36.0, ), ), centerTitle: true, flexibleSpace: new Container( decoration..
Programming/Flutter
2020. 10. 13. 22:15