<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DrawerHeader &#8211; Minhwan Record</title>
	<atom:link href="https://wp.goodzz.shop/tag/drawerheader/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.goodzz.shop</link>
	<description>기록</description>
	<lastBuildDate>Wed, 13 Sep 2023 00:22:38 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://wp.goodzz.shop/wp-content/uploads/2023/08/unnamed-150x150.jpg</url>
	<title>DrawerHeader &#8211; Minhwan Record</title>
	<link>https://wp.goodzz.shop</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[Flutter] DrawerHeader bottom border 없애는 함수</title>
		<link>https://wp.goodzz.shop/dev/flutter/167</link>
					<comments>https://wp.goodzz.shop/dev/flutter/167#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Tue, 15 Aug 2023 08:41:38 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[Drawer]]></category>
		<category><![CDATA[DrawerHeader]]></category>
		<category><![CDATA[Theme]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=167</guid>

					<description><![CDATA[class NoneBottomBorderDrawerHeader extends StatelessWidget { final Decoration decoration; final Widget child; const NoneBottomBorderDrawerHeader({ Key? key, required this.decoration, required this.child, }) : super(key: key); @override Widget build(BuildContext context) { return Theme( data: Theme.of(context).copyWith( dividerColor: Colors.transparent, ), child: DrawerHeader( decoration: decoration, child: child, ), ); } }]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/flutter/167/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
