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
- InkWell
- sqlite
- MainAxisAlignment
- Flutter 예제
- WillPopScope
- Flutter Example
- navigator
- listview
- CrossAxisAlignment
- Snackbar
- ListView.builder
- ListTile
- Scaffold
- Cached Image
- node.js
- FutureBuilder
- flutter
- 반석천
- Column Widget
- Row Widget
- Row
- Flutter Tutorial
- Load Image
- Networking
- Flutter 앱 배포
- Hello World
- Image.network
- Flutter 강좌
- AppBar
- HTTP
Archives
- Today
- Total
목록border (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