<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Flutter%2FUI%2FCupertino%2FCupertinoSwitch</id>
	<title>Flutter/UI/Cupertino/CupertinoSwitch - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Flutter%2FUI%2FCupertino%2FCupertinoSwitch"/>
	<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Flutter/UI/Cupertino/CupertinoSwitch&amp;action=history"/>
	<updated>2026-04-30T05:16:31Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.nonip.net/index.php?title=Flutter/UI/Cupertino/CupertinoSwitch&amp;diff=9761&amp;oldid=prev</id>
		<title>Admin: ページの作成:「 ==iosスタイルスイッチ== Cupertinoスイッチ  &lt;pre&gt; ListTile(           title: Text(&#039;スイッチ1&#039;,             style: TextStyle(               locale: Locale(...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Flutter/UI/Cupertino/CupertinoSwitch&amp;diff=9761&amp;oldid=prev"/>
		<updated>2019-12-11T08:55:46Z</updated>

		<summary type="html">&lt;p&gt;ページの作成:「 ==iosスタイルスイッチ== Cupertinoスイッチ  &amp;lt;pre&amp;gt; ListTile(           title: Text(&amp;#039;スイッチ1&amp;#039;,             style: TextStyle(               locale: Locale(...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
==iosスタイルスイッチ==&lt;br /&gt;
Cupertinoスイッチ&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ListTile(&lt;br /&gt;
          title: Text(&amp;#039;スイッチ1&amp;#039;,&lt;br /&gt;
            style: TextStyle(&lt;br /&gt;
              locale: Locale(&amp;quot;ja&amp;quot;, &amp;quot;JP&amp;quot;),&lt;br /&gt;
              fontSize: 15.0,&lt;br /&gt;
            ),&lt;br /&gt;
          ),&lt;br /&gt;
          trailing: CupertinoSwitch(&lt;br /&gt;
            value: _switchValue1,&lt;br /&gt;
            onChanged: (bool value) {&lt;br /&gt;
              setState(() {&lt;br /&gt;
                _switchValue1 = value;&lt;br /&gt;
              });&lt;br /&gt;
            },&lt;br /&gt;
          ),&lt;br /&gt;
          onTap: () {&lt;br /&gt;
            setState(() {&lt;br /&gt;
              _switchValue1 = !_switchValue1;&lt;br /&gt;
            });&lt;br /&gt;
          },&lt;br /&gt;
        ),&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
参考：https://qiita.com/matsukatsu/items/e289e30231fffb1e4502&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>