Flutter 使用局部默认字体样式

1 min read
return DefaultTextStyle(
  style: TextStyle(color: Colors.pink),
  child: _YOUR_WIDGETS_
)