flutter_in_action_2nd icon indicating copy to clipboard operation
flutter_in_action_2nd copied to clipboard

纠错-文本错误 3.1.3

Open windorz9 opened this issue 2 years ago • 0 comments

3.1.3 TextSpan 的定义描述:

const TextSpan({
  TextStyle style, 
  Sting text,
  List<TextSpan> children,
  GestureRecognizer recognizer,
});

Sting 应该修改为String

windorz9 avatar Jul 22 '22 09:07 windorz9