{"id":25530,"date":"2024-10-26T13:50:40","date_gmt":"2024-10-26T13:50:40","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25530"},"modified":"2024-11-26T08:01:28","modified_gmt":"2024-11-26T08:01:28","slug":"%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c-12-5-singlechildscrollview-%ec%9c%84%ec%a0%af","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25530\/","title":{"rendered":"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f"},"content":{"rendered":"<p>\ud50c\ub7ec\ud130\ub294 \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\uae30 \uc704\ud55c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ud504\ub808\uc784\uc6cc\ud06c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc704\uc82f\uc744 \ud1b5\ud574 \uac1c\ubc1c\uc790\ub4e4\uc740 \ubcf5\uc7a1\ud55c UI\ub97c \uc27d\uac8c \ub514\uc790\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 <strong>SingleChildScrollView<\/strong> \uc704\uc82f\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \ub2e4\ub8e8\uace0, \uc2e4\uc81c \uc0ac\uc6a9 \uc0ac\ub840\uc640 \ud568\uaed8 \ud65c\uc6a9 \ubc29\ubc95\uc744 \uc0c1\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uac00\uc7a5 \uac04\ub2e8\ud55c \uc608\uc81c<\/h2>\n<p>SingleChildScrollView \uc704\uc82f\uc740 \uc790\uc2dd \uc704\uc82f\uc774 \ud654\uba74\uc758 \ud06c\uae30\ub97c \ucd08\uacfc\ud560 \uacbd\uc6b0 \uc2a4\ud06c\ub864 \uac00\ub2a5\ud55c \ud654\uba74\uc744 \uc81c\uacf5\ud558\ub294 \uc704\uc82f\uc785\ub2c8\ub2e4. \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \uc0ac\uc6a9 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>import 'package:flutter\/material.dart';\n\nvoid main() {\n  runApp(MyApp());\n}\n\nclass MyApp extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      home: Scaffold(\n        appBar: AppBar(\n          title: Text('SingleChildScrollView \uc608\uc81c'),\n        ),\n        body: SingleChildScrollView(\n          child: Column(\n            children: <widget>[\n              Container(height: 200, color: Colors.red),\n              Container(height: 200, color: Colors.green),\n              Container(height: 200, color: Colors.blue),\n              Container(height: 200, color: Colors.yellow),\n              Container(height: 200, color: Colors.purple),\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n<\/widget><\/code><\/pre>\n<p>\uc704 \uc608\uc81c\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uac1c\uc758 Container \uc704\uc82f\uc744 \uc138\ub85c \ubc29\ud5a5\uc73c\ub85c \ub098\uc5f4\ud558\uc600\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \ud654\uba74\uc758 \ub192\uc774\ub97c \ucd08\uacfc\ud558\ub294 \uacbd\uc6b0, SingleChildScrollView\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc0ac\uc6a9\uc790\ub294 \uc2a4\ud06c\ub864\ud558\uc5ec \ubaa8\ub4e0 \ub0b4\uc6a9\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>SingleChildScrollView\uc758 \uc18d\uc131<\/h2>\n<p>SingleChildScrollView\ub294 \ub2e4\uc591\ud55c \uc18d\uc131\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uac01 \uc18d\uc131\uc740 \uc2a4\ud06c\ub864 \uac00\ub2a5\ud55c \ud654\uba74\uc744 \ub9de\ucda4 \uc124\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc8fc\uc694 \uc18d\uc131\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>padding:<\/strong> \uc2a4\ud06c\ub864\ubdf0\uc758 \uc678\ubd80 \ud328\ub529\uc744 \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li><strong>scrollDirection:<\/strong> \uc2a4\ud06c\ub864\uc758 \ubc29\ud5a5\uc744 \uc124\uc815\ud569\ub2c8\ub2e4. \uae30\ubcf8\uac12\uc740 \uc138\ub85c \ubc29\ud5a5\uc785\ub2c8\ub2e4.<\/li>\n<li><strong>reverse:<\/strong> \uc2a4\ud06c\ub864 \ubc29\ud5a5\uc744 \ubc18\uc804\uc2dc\ud0b5\ub2c8\ub2e4.<\/li>\n<li><strong>controller:<\/strong> \uc2a4\ud06c\ub864 \uc81c\uc5b4\ub97c \uc704\ud55c ScrollController\ub97c \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>physics:<\/strong> \uc2a4\ud06c\ub864 \ub3d9\uc791\uc758 \ubb3c\ub9ac\uc801 \ud2b9\uc131\uc744 \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uc608\uc81c: Padding\uacfc ScrollDirection<\/h3>\n<pre><code>SingleChildScrollView(\n  padding: EdgeInsets.all(16.0),\n  scrollDirection: Axis.horizontal,\n  child: Row(\n    children: <widget>[\n      Container(width: 200, height: 100, color: Colors.red),\n      Container(width: 200, height: 100, color: Colors.green),\n      Container(width: 200, height: 100, color: Colors.blue),\n      Container(width: 200, height: 100, color: Colors.yellow),\n    ],\n  ),\n)<\/widget><\/code><\/pre>\n<p>\uc704 \uc608\uc81c\ub294 SingleChildScrollView\uc758 padding\uc744 \uc124\uc815\ud558\uace0, \uc2a4\ud06c\ub864 \ubc29\ud5a5\uc744 \uc218\ud3c9\uc73c\ub85c \ubcc0\uacbd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \uc0ac\uc6a9\uc790\ub294 \uc218\ud3c9\uc73c\ub85c \uc2a4\ud06c\ub864\ud560 \uc218 \uc788\ub294 UI\ub97c \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>ScrollController \uc0ac\uc6a9\ud558\uae30<\/h2>\n<p>ScrollController\ub97c \uc0ac\uc6a9\ud558\uba74 \uc2a4\ud06c\ub864 \uc704\uce58\ub97c \uc81c\uc5b4\ud558\uac70\ub098 \ud2b9\uc815 \uc704\uce58\ub85c \uc2a4\ud06c\ub864\ud558\ub294 \ub4f1\uc758 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 ScrollController\uc758 \uc0ac\uc6a9 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>class MyHomePage extends StatelessWidget {\n  final ScrollController _scrollController = ScrollController();\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: Text('ScrollController \uc608\uc81c'),\n      ),\n      body: SingleChildScrollView(\n        controller: _scrollController,\n        child: Column(\n          children: <widget>[\n            Container(height: 600, color: Colors.red),\n            Container(height: 600, color: Colors.green),\n            ElevatedButton(\n              onPressed: () {\n                _scrollController.animateTo(\n                  100.0,\n                  duration: Duration(seconds: 1),\n                  curve: Curves.easeInOut,\n                );\n              },\n              child: Text('Scroll to 100'),\n            ),\n          ],\n        ),\n      ),\n    );\n  }\n}<\/widget><\/code><\/pre>\n<p>\uc704 \uc608\uc81c\uc5d0\uc11c\ub294 ElevatedButton\uc744 \ub20c\ub7ec \uc2a4\ud06c\ub864\uc744 \uc790\ub3d9\uc73c\ub85c \ubcc0\uacbd\ud558\ub294 \uae30\ub2a5\uc744 \ubcf4\uc5ec\uc8fc\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubc84\ud2bc \ud074\ub9ad \uc2dc, \uc2a4\ud06c\ub864\uc774 100\ud53d\uc140 \uc544\ub798\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.<\/p>\n<h2>\uc2a4\ud06c\ub864 \ubb3c\ub9ac\uc801 \ubc18\uc751 \uc124\uc815<\/h2>\n<p>SingleChildScrollView\uc758 <strong>physics<\/strong> \uc18d\uc131\uc740 \uc2a4\ud06c\ub864\uc758 \ubb3c\ub9ac\uc801 \ubc18\uc751\uc744 \uc870\uc808\ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \ubb3c\ub9ac\uc801 \ubc18\uc751\uc774 \uc788\uc73c\uba70, \ub2e4\uc74c\uacfc \uac19\uc740 \uac83\ub4e4\uc774 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>AlwaysScrollableScrollPhysics:<\/strong> \ud56d\uc0c1 \uc2a4\ud06c\ub864\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>BouncingScrollPhysics:<\/strong> \uc2a4\ud06c\ub864\uc774 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uc744 \ub54c \ubc14\uc6b4\uc2a4 \ud6a8\uacfc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>ClampingScrollPhysics:<\/strong> \uc2a4\ud06c\ub864\uc774 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uc744 \ub54c \ub354 \uc774\uc0c1 \uc2a4\ud06c\ub864\uc774 \ub418\uc9c0 \uc54a\ub3c4\ub85d \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uc608\uc81c: BouncingScrollPhysics \uc0ac\uc6a9\ud558\uae30<\/h3>\n<pre><code>SingleChildScrollView(\n  physics: BouncingScrollPhysics(),\n  child: Column(\n    children: <widget>[\n      Container(height: 600, color: Colors.red),\n      Container(height: 600, color: Colors.green),\n    ],\n  ),\n)<\/widget><\/code><\/pre>\n<h2>\uc0c1\ud0dc \uad00\ub9ac\uc640 \ud568\uaed8 \uc0ac\uc6a9\ud558\uae30<\/h2>\n<p>SingleChildScrollView\ub294 \uc0c1\ud0dc \uad00\ub9ac \ud328\ud134\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc801 \ucf58\ud150\uce20\ub97c \ud45c\uc2dc\ud560 \ub54c \uc720\uc6a9\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, Provider\ub098 Riverpod\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\ub294 \ubc29\ubc95\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 Provider\uc640 \ud568\uaed8 \uc0ac\uc6a9\ud558\ub294 \uac04\ub2e8\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>class NumberProvider extends ChangeNotifier {\n  List<int> numbers = [];\n\n  void addNumber() {\n    numbers.add(numbers.length);\n    notifyListeners();\n  }\n}\n\nclass NumberList extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Consumer<numberprovider>(\n      builder: (context, provider, child) {\n        return SingleChildScrollView(\n          child: Column(\n            children: provider.numbers.map((number) {\n              return ListTile(title: Text('Number: $number'));\n            }).toList(),\n          ),\n        );\n      },\n    );\n  }\n}<\/numberprovider><\/int><\/code><\/pre>\n<p>\uc774 \uc608\uc81c\uc5d0\uc11c\ub294 \uc22b\uc790\ub97c \ucd94\uac00\ud558\ub294 \ubc84\ud2bc\uc744 \ud1b5\ud574 \ub9ac\uc2a4\ud2b8\ub97c \ub3d9\uc801\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>SingleChildScrollView \uc704\uc82f\uc740 \ud50c\ub7ec\ud130\uc5d0\uc11c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ub3c4\uad6c\ub85c, \uc2a4\ud06c\ub864\uc774 \ud544\uc694\ud55c \uae34 \ub0b4\uc6a9\uc744 \ud45c\uc2dc\ud560 \ub54c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc18d\uc131\uacfc \uc608\uc81c\ub97c \ud1b5\ud574 SingleChildScrollView\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \ud65c\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc0ac\uc6a9\uc790 \uce5c\ud654\uc801\uc778 \uc571\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uc73c\uba70, \uc2a4\ud06c\ub864\uacfc \uad00\ub828\ub41c \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc774\ubc88 \uac15\uc88c\ub97c \ud1b5\ud574 SingleChildScrollView \uc704\uc82f\uc758 \uae30\ucd08\uc801\uc778 \uc0ac\uc6a9 \ubc29\ubc95\uacfc \uc2ec\ud654\ub41c \uae30\ub2a5\uae4c\uc9c0 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ucd94\uac00\uc801\uc778 \uc9c8\ubb38\uc774\ub098 \ub3c4\uc6c0\uc774 \ud544\uc694\ud55c \uacbd\uc6b0, \ub313\uae00\ub85c \ub0a8\uaca8\uc8fc\uc2dc\uba74 \uc131\uc2ec\uaecf \ub2f5\ubcc0\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud50c\ub7ec\ud130\ub294 \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\uae30 \uc704\ud55c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ud504\ub808\uc784\uc6cc\ud06c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc704\uc82f\uc744 \ud1b5\ud574 \uac1c\ubc1c\uc790\ub4e4\uc740 \ubcf5\uc7a1\ud55c UI\ub97c \uc27d\uac8c \ub514\uc790\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 SingleChildScrollView \uc704\uc82f\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \ub2e4\ub8e8\uace0, \uc2e4\uc81c \uc0ac\uc6a9 \uc0ac\ub840\uc640 \ud568\uaed8 \ud65c\uc6a9 \ubc29\ubc95\uc744 \uc0c1\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uac00\uc7a5 \uac04\ub2e8\ud55c \uc608\uc81c SingleChildScrollView \uc704\uc82f\uc740 \uc790\uc2dd \uc704\uc82f\uc774 \ud654\uba74\uc758 \ud06c\uae30\ub97c \ucd08\uacfc\ud560 \uacbd\uc6b0 \uc2a4\ud06c\ub864 \uac00\ub2a5\ud55c \ud654\uba74\uc744 \uc81c\uacf5\ud558\ub294 \uc704\uc82f\uc785\ub2c8\ub2e4. \uac00\uc7a5 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25530\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17],"tags":[],"class_list":["post-25530","post","type-post","status-publish","format-standard","hentry","category-17"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/25530\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud50c\ub7ec\ud130\ub294 \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\uae30 \uc704\ud55c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ud504\ub808\uc784\uc6cc\ud06c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc704\uc82f\uc744 \ud1b5\ud574 \uac1c\ubc1c\uc790\ub4e4\uc740 \ubcf5\uc7a1\ud55c UI\ub97c \uc27d\uac8c \ub514\uc790\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 SingleChildScrollView \uc704\uc82f\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \ub2e4\ub8e8\uace0, \uc2e4\uc81c \uc0ac\uc6a9 \uc0ac\ub840\uc640 \ud568\uaed8 \ud65c\uc6a9 \ubc29\ubc95\uc744 \uc0c1\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uac00\uc7a5 \uac04\ub2e8\ud55c \uc608\uc81c SingleChildScrollView \uc704\uc82f\uc740 \uc790\uc2dd \uc704\uc82f\uc774 \ud654\uba74\uc758 \ud06c\uae30\ub97c \ucd08\uacfc\ud560 \uacbd\uc6b0 \uc2a4\ud06c\ub864 \uac00\ub2a5\ud55c \ud654\uba74\uc744 \uc81c\uacf5\ud558\ub294 \uc704\uc82f\uc785\ub2c8\ub2e4. \uac00\uc7a5 &hellip; \ub354 \ubcf4\uae30 &quot;\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25530\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-26T13:50:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:01:28+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/25530\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25530\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f\",\"datePublished\":\"2024-10-26T13:50:40+00:00\",\"dateModified\":\"2024-11-26T08:01:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25530\/\"},\"wordCount\":36,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud50c\ub7ec\ud130 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/25530\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25530\/\",\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-26T13:50:40+00:00\",\"dateModified\":\"2024-11-26T08:01:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25530\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25530\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25530\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/25530\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud50c\ub7ec\ud130\ub294 \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\uae30 \uc704\ud55c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ud504\ub808\uc784\uc6cc\ud06c \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc704\uc82f\uc744 \ud1b5\ud574 \uac1c\ubc1c\uc790\ub4e4\uc740 \ubcf5\uc7a1\ud55c UI\ub97c \uc27d\uac8c \ub514\uc790\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 SingleChildScrollView \uc704\uc82f\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \ub2e4\ub8e8\uace0, \uc2e4\uc81c \uc0ac\uc6a9 \uc0ac\ub840\uc640 \ud568\uaed8 \ud65c\uc6a9 \ubc29\ubc95\uc744 \uc0c1\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uac00\uc7a5 \uac04\ub2e8\ud55c \uc608\uc81c SingleChildScrollView \uc704\uc82f\uc740 \uc790\uc2dd \uc704\uc82f\uc774 \ud654\uba74\uc758 \ud06c\uae30\ub97c \ucd08\uacfc\ud560 \uacbd\uc6b0 \uc2a4\ud06c\ub864 \uac00\ub2a5\ud55c \ud654\uba74\uc744 \uc81c\uacf5\ud558\ub294 \uc704\uc82f\uc785\ub2c8\ub2e4. \uac00\uc7a5 &hellip; \ub354 \ubcf4\uae30 \"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f\"","og_url":"https:\/\/atmokpo.com\/w\/25530\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-26T13:50:40+00:00","article_modified_time":"2024-11-26T08:01:28+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/25530\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25530\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f","datePublished":"2024-10-26T13:50:40+00:00","dateModified":"2024-11-26T08:01:28+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25530\/"},"wordCount":36,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud50c\ub7ec\ud130 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/25530\/","url":"https:\/\/atmokpo.com\/w\/25530\/","name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-26T13:50:40+00:00","dateModified":"2024-11-26T08:01:28+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25530\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25530\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25530\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 12.5 SingleChildScrollView \uc704\uc82f"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=25530"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25530\/revisions"}],"predecessor-version":[{"id":25531,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25530\/revisions\/25531"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25530"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25530"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}