<?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>Button Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/button/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/button/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 16 Mar 2022 05:43:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Flutter Basic Query</title>
		<link>https://www.aiuniverse.xyz/flutter-basic-query/</link>
					<comments>https://www.aiuniverse.xyz/flutter-basic-query/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Fri, 10 Sep 2021 12:55:21 +0000</pubDate>
				<category><![CDATA[flutter]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Types of Widget]]></category>
		<category><![CDATA[Visible widget]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[World]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15535</guid>

					<description><![CDATA[<p>Flutter Widgets Hello World Example Types of Widget We can split the Flutter widget into two categories: Visible (Output and Input) Invisible (Layout and Control) Visible widget <a class="read-more-link" href="https://www.aiuniverse.xyz/flutter-basic-query/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/flutter-basic-query/">Flutter Basic Query</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="674" height="527" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/09/flatter.jpg" alt="" class="wp-image-15536" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/09/flatter.jpg 674w, https://www.aiuniverse.xyz/wp-content/uploads/2021/09/flatter-300x235.jpg 300w" sizes="(max-width: 674px) 100vw, 674px" /></figure>



<h2 class="wp-block-heading">Flutter Widgets</h2>



<script src="https://gist.github.com/dharmu9898/8329c20171486369201d1ba02cc20002.js"></script>



<h2 class="wp-block-heading"><strong>Hello World Example</strong></h2>



<script src="https://gist.github.com/dharmu9898/7443482ebf9a06817ac717740aa42e6c.js"></script>



<h2 class="wp-block-heading">Types of Widget</h2>



<p class="wp-block-paragraph">We can split the Flutter widget into two categories:</p>



<ul class="wp-block-list"><li>Visible (Output and Input)</li><li>Invisible (Layout and Control)</li></ul>



<h2 class="wp-block-heading">Visible widget</h2>



<p class="wp-block-paragraph">The visible widgets are related to the user input and output data. Some of the important types of this widget are:</p>



<p class="wp-block-paragraph"><strong>Text</strong></p>



<p class="wp-block-paragraph">A Text widget holds some text to display on the screen. We can align the text widget by using <strong>textAlign</strong> property, and style property allow the customization of Text that includes font, font weight, font style, letter spacing, color, and many more. We can use it as like below code snippets.</p>



<script src="https://gist.github.com/dharmu9898/f9e5f7048301b55c7ec7f416a8ea84e7.js"></script>



<h2 class="wp-block-heading"><strong>Button</strong></h2>



<p class="wp-block-paragraph">This widget allows you to perform some action on click. Flutter does not allow you to use the Button widget directly; instead, it uses a type of buttons like a <strong>FlatButton</strong> and a <strong>RaisedButton</strong>. We can use it as like below code snippets.</p>



<script src="https://gist.github.com/dharmu9898/1ba8e7986697b592dfc25a53064d9186.js"></script>



<p class="wp-block-paragraph">In the above example, the <strong>onPressed</strong> property allows us to perform an action when you click the button, and <strong>elevation</strong> property is used to change how much it stands out.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.aiuniverse.xyz/flutter-basic-query/">Flutter Basic Query</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/flutter-basic-query/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
