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 | 31 |
Tags
- ListView.build
- debugShowCheckedModeBanner
- flutter
- flutter tcpip server
- TCPIP
- Properties.Settings.Default
- peaks
- c
- Server
- array
- showDialog
- Listview filtering
- debug banner
- AlertDialog
- flutter button
- dart:io
- flutter tcpip client
- ubuntu 19 한글 입력
Archives
- Today
- Total
목록flutter button (1)
Louie De Janeiru

Flutter 버튼을 종류별로 일단 흔한 것들을 만들어보자. 일반적으로 사용하는게 Elevated Button 이다. 그외 여러개의 버튼이 제공되는데 많이 사용하는 버튼들은 Elevated Button Outline Button Icon Button Text Button FloatingActionButton 등이 있다. import 'package:flutter/material.dart'; import 'package:flutter_my_utils/utils/my_utils.dart'; class ButtonScreen extends StatelessWidget { const ButtonScreen({super.key}); @override Widget build(BuildContext context) ..
Flutter
2024. 4. 15. 16:55