What if you want to scale that Text to 200%? That's where the Transform widget comes into play: Transform.scale(scale : 2, child : Text("Child2") ) The ...
確定! 回上一頁