Flutter 使用局部默认字体样式
Jun 27, 2022
1 min read
return
DefaultTextStyle( style: TextStyle(color: Colors.pink), child: _YOUR_WIDGETS_ )