{"id":2811,"date":"2020-05-13T11:24:35","date_gmt":"2020-05-13T02:24:35","guid":{"rendered":"http:\/\/www.whoocus.com\/blog\/?p=2811"},"modified":"2020-05-13T11:24:42","modified_gmt":"2020-05-13T02:24:42","slug":"flutter-textfield-decoration-%e3%82%b5%e3%83%b3%e3%83%97%e3%83%ab","status":"publish","type":"post","link":"https:\/\/www.blowfish.co.jp\/?p=2811","title":{"rendered":"Flutter TextField Decoration \u30b5\u30f3\u30d7\u30eb"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>TextField(\n              style: TextStyle(\n                color: Colors.black,\n              ),\n              decoration: InputDecoration(\n                filled: true,\n                fillColor: Colors.white,\n                icon: Icon(\n                  Icons.location_city,\n                  color: Colors.white,\n                ),\n                hintText: 'Enter Name',\n                hintStyle: TextStyle(\n                  color: Colors.grey,\n                ),\n                border: OutlineInputBorder(\n                  borderRadius: BorderRadius.all(\n                    Radius.circular(10.0),\n                  ),\n                  borderSide: BorderSide.none,\n                ),\n              ),\n            ),<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"saved_in_kubio":false,"footnotes":""},"categories":[70,67,4],"tags":[],"class_list":["post-2811","post","type-post","status-publish","format-standard","hentry","category-dart-flutter","category-flutter","category-tech"],"_links":{"self":[{"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/2811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2811"}],"version-history":[{"count":1,"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/2811\/revisions"}],"predecessor-version":[{"id":2812,"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/2811\/revisions\/2812"}],"wp:attachment":[{"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.blowfish.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}