Are there any packages available in flutter to implement TextMagnifier?
I need to magnify the text while editing the text by using TextFormField (like in the iphone).
Are there any packages available in flutter to implement TextMagnifier?
I need to magnify the text while editing the text by using TextFormField (like in the iphone).
Copyright © 2021 Jogjafile Inc.
You can use magnifierConfiguration property in your TextField
Flutter has added support for text magnification from its 3.7 Release
You can refer this example below: