Text magnifier

Text magnifier

Flutter 3.7 comes loaded with new features. One is the text magnifier, an excellent usability feature when you need to see the text that is being selected and covered with your finger. This function is available for Android and iOS. All text fields have the text magnifier option enabled by default, achieving a greater similarity with native applications 🎉


But that's not all: it also allows you to overwrite the functionality and create customised magnifiers, with the shapes and colours that best suit the design of the application 😱


And if this functionality is not needed, the option can also be disabled by overriding the parameter in each text field that does not need it:

For more info, visit api.flutter.dev/flutter/material/TextField/magnifierConfiguration