摘要: 被选中的tab变大 TabBar( tabs: _tab.map((f) { return Text( f, style: TextStyle(color: Colors.white), // 设置tab文字的样式,优先级最高 ); }).toList(), controller: _control 阅读全文
posted @ 2020-11-07 11:33 lude1994 阅读(5183) 评论(0) 推荐(0)