下面的代码出自《Flutter实战·第二版》,8.2.2 GestureRecognizer
TextSpan(
text: "点我变色",
style: TextStyle(
fontSize: 30.0,
color: _toggle ? Colors.blue : Colors.red,
下面的代码出自《Flutter实战·第二版》,8.2.2 GestureRecognizer
TextSpan(
text: "点我变色",
style: TextStyle(
fontSize: 30.0,
color: _toggle ? Colors.blue : Colors.red,