摘要:
《Flutter实战·第二版》 Text TextAlign:left right center 注意点:对齐的参考系是Text widget 本身,如果文本不够长,设置看起来是没有生效的;文本长才看得到,字符串内容超过一行,Text 宽度等于屏幕宽度,第二行文本便会居中显示。 maxLines、o 阅读全文
摘要:
参考来自 这段话解决了问题 Unfortunately not all widgets has a const constructor, Container and Column are two examples of that. You won't be able to construct tho 阅读全文