摘要:前言打算仿個掘金玩玩這不剛開始就碰到問題了問題正常的底部按鈕是這樣的掘金呢是沒有文字的于是我就想當然的把去掉然后好吧不能為但是這里根本沒有聲明是必傳的好嗎然后看這里又做校驗了真是設置一個空的不行沒居中
前言打算flutter仿個掘金玩玩, 這不剛開始,就碰到問題了.
問題正常的底部按鈕是這樣的
bottomNavigationBar: new BottomNavigationBar(
items: [
new BottomNavigationBarItem(
icon: Icon(Icons.home),
title: new Text("123"),
),
new BottomNavigationBarItem(
icon: Icon(Icons.whatshot),
title: new Text("123"),
),
new BottomNavigationBarItem(
icon: Icon(Icons.search),
title: new Text("123"),
),
new BottomNavigationBarItem(
icon: Icon(Icons.book),
title: new Text("123"),
),
new BottomNavigationBarItem(
icon: Icon(Icons.person),
title: new Text("123"),
),
],
掘金呢.是沒有文字的.
于是我就想當然的把title去掉.
然后.
好吧,title不能為null
但是!
這里根本沒有聲明是必傳的好嗎");
然后看
這里又做校驗了..真是.
設置一個空的Text new BottomNavigationBarItem(
icon: Icon(Icons.person),
title: new Text(""),
),
不行,沒居中.
實際上,你需要這樣:new BottomNavigationBarItem( icon: Icon(Icons.person), title: new Container(), ),
但是,強迫癥寫起來總覺得怪怪的.這個title不需要為啥一定要設置
去github上看flutter 的issuse.#17099
好像沒有改的打算.
這個東西嘛,自己去重寫一個感覺也沒必要,真是..
Flutter:782978118
Android:493180098
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/7253.html
摘要:大半夜突然出現(xiàn),這次被坑到了,,有返回數(shù)組沒返回對象,在這里坑到了,估計這些函數(shù)都不加。。大半夜的,還是被修復了,搞得很羞愧。這次多虧了,還是一個用戶觸發(fā)的錯誤,看了這個用戶一小時內觸發(fā)了次異常,估計罵娘了,老美也是不好伺候的主。。 這是一篇吐槽文。 The devil is in the details. 大半夜突然出現(xiàn)bug,這次被json_decode()坑到了,json_dec...
閱讀 2074·2021-11-15 17:57
閱讀 739·2021-11-11 16:54
閱讀 2589·2021-09-27 13:58
閱讀 4067·2021-09-06 15:00
閱讀 950·2021-09-04 16:45
閱讀 3505·2019-08-30 15:56
閱讀 1784·2019-08-30 15:53
閱讀 1605·2019-08-30 14:12