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
- com.google.GIDSignIn
- dart
- lol api dart
- generate parentheses dart
- docker overview
- swift concurrency
- dart new
- Architectural overview
- flutter android 폴더
- riot api dart
- dart new 키워드
- flutter ios 폴더
- dart.dev
- 파이썬
- flutter
- AnimationController
- 롤 api dart
- swift 동시성
- keychain error
- flutter statefulwidget
- flutter widget
- 파이썬 부동소수점
- flutter bloc
- 롤토체스 api dart
- 발로란트 api dart
- widget
- valorant api dart
- tft api dart
- leetcode dart
- PlatformException(sign_in_failed
Archives
- Today
- Total
Coaspe
Flutter - RenderObjectWidget 본문
RenderObjectWidgets은 실제 앱의 렌더링을 제공하는 RenderObjects를 감싸는 RenderObjectElements를 위한 configuration을 제공합니다.
See also:
- MultiChildRenderObjectWidget, which configures a RenderObject with a single list of children.
- SlottedMultiChildRenderObjectWidgetMixin, which configures a RenderObject that organizes its children in different named slots.
상속 구조
- Object
- DiagnosticableTree
- Widget
- RenderObjectWidget
Implementers
- ConstrainedLayoutBuilder
- LeafRenderObjectWidget
- ListWheelViewport
- MultiChildRenderObjectWidget
- RenderObjectToWidgetAdapter
- SingleChildRenderObjectWidget
- SliverWithKeepAliveWidget
- Table
생성자
RenderObjectWidget({Key? key})
추상 const 생성자. 이 생성자는 서브클래스들이 const 생성자를 제공할수 있게해주어 서브클래스들이 const 구문에 사용 될 수 있습니다.
'Flutter > API' 카테고리의 다른 글
Flutter - DiagnosticsNode (0) | 2023.02.17 |
---|---|
Flutter - BuildContext (0) | 2023.02.17 |
Flutter - Element (0) | 2023.02.17 |
Flutter - Widget (0) | 2023.02.17 |
Flutter - RenderObject (0) | 2023.02.17 |
Comments