일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 포인터
- gitlab
- Unity
- Python
- C++
- c# 윈폼
- c# 추상 클래스
- Algorithm
- C언어 포인터
- jupyter
- Data Structure
- 유니티
- HTML
- github
- vim
- git
- c언어
- 다트 언어
- Flutter
- 도커
- docker
- Houdini
- c#
- 구조체
- 깃
- C# delegate
- jupyter lab
- 플러터
- c# winform
- dart 언어
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