Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- navigator
- sqlite
- Image.network
- MainAxisAlignment
- HTTP
- FutureBuilder
- Flutter Example
- ListTile
- Flutter 앱 배포
- Cached Image
- Scaffold
- flutter
- listview
- Row
- Hello World
- Snackbar
- Flutter Tutorial
- Flutter 강좌
- Networking
- WillPopScope
- 반석천
- Load Image
- InkWell
- node.js
- AppBar
- Row Widget
- Flutter 예제
- CrossAxisAlignment
- Column Widget
- ListView.builder
Archives
- Today
- Total
목록Width (1)
꿈꾸는 시스템 디자이너
Flutter Example - Container Widget
import 'package:flutter/material.dart'; ContainerWidgetState pageState; class ContainerWidget extends StatefulWidget { @override ContainerWidgetState createState() { pageState = ContainerWidgetState(); return pageState; } } class ContainerWidgetState extends State { double _height = 100; double _width = 100; double _padding = 1; double _margin = 1; double _border = 1; Color _bgColor = Colors.red..
Tutorial/Flutter with App
2019. 9. 26. 11:28