magnifierConfiguration property

TextMagnifierConfiguration magnifierConfiguration
final

A configuration object for a magnifier.

This magnifying glass is useful for scenarios on mobile devices where the user's finger may be covering part of the screen where a granular action is being performed, such as navigating a small cursor with a drag gesture, on an image or text.

In general, most features of the magnifier can be configured through MagnifierBuilder. TextMagnifierConfiguration is used to configure the magnifier's behavior through the SelectionOverlay.

Implementation

final TextMagnifierConfiguration magnifierConfiguration;