Flutter – How to vertically centre align content of Text.rich()
I want to vertically centre align all contents of Text.rich() but I am not able to do that. Here you can see the red and green boxes are not centre aligned. Below is my code. @override Widget build(BuildContext context) {…