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