Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 계측
- ScrollView
- textview
- Compose
- 앱바
- Coroutines
- 테스트
- viewmodel
- tabbar
- livedata
- scroll
- appbar
- LifeCycle
- 앱
- binding
- TEST
- Navigation
- CustomScrollView
- android
- data
- 안드로이드
- Button
- intent
- Dialog
- activity
- Kotlin
- Flutter
- drift
- DART
- textfield
Archives
- Today
- Total
목록height (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/HEGMC/btr0pxwdNq0/NVEkjswK6D5kqkvSrO3lo1/img.png)
🎁 IntrinsicHeight Widget 무제한의 높이를 사용할 수 있고 자식 위젯이 무한 확장을 시도하여 보다 합리적인 높이로 크기를 조정하려는 경우에 유용하다. 비용이 많이 드는 위젯이므로 꼭 사용해야 할 때만 사용하는 게 좋다. 예를 들어, import 'package:flutter/material.dart'; void main() => runApp(MaterialApp(home: HomeScreen_Intrinsic())); class HomeScreen_Intrinsic extends StatelessWidget { const HomeScreen_Intrinsic({Key? key}) : super(key: key); @override Widget build(BuildContext conte..
Flutter/widget
2023. 2. 22. 16:51