ByteNote
Home
About
Secure Noton
Back to home
Flutter 使用局部默认字体样式
June 27, 2022 08:29
1 min read
return
DefaultTextStyle( style: TextStyle(color: Colors.pink), child: _YOUR_WIDGETS_ )