Try this bro
Text.rich(TextSpan(children: [
TextSpan(
text: "... ١",
recognizer: TapGestureRecognizer()
..onTap = () {}
),
TextSpan(
text: "... ٢",
recognizer: TapGestureRecognizer()
..onTap = () {}
),
]), style: TextStyle(
// ...
),)