magnifierConfiguration property

TextMagnifierConfiguration? magnifierConfiguration
final

The configuration for the magnifier of this text field.

By default, builds a CupertinoTextMagnifier on iOS and TextMagnifier on Android, and builds nothing on all other platforms. To suppress the magnifier, consider passing TextMagnifierConfiguration.disabled.

Implementation

final TextMagnifierConfiguration? magnifierConfiguration;