일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 도커
- 포인터
- Unity
- HTML
- Python
- C++
- Flutter
- Algorithm
- 유니티
- jupyter
- c# 추상 클래스
- c#
- C# delegate
- github
- c# 윈폼
- gitlab
- C언어 포인터
- git
- dart 언어
- 깃
- vim
- docker
- c# winform
- 다트 언어
- 플러터
- c언어
- Houdini
- 구조체
- Data Structure
- jupyter lab
Archives
- Today
- Total
목록플러터 그레디언트 (1)
nomad-programmer
[Programming/Flutter] AppBar에 Gradient Color 적용
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