magnifierInfo property

ValueNotifier<MagnifierInfo> magnifierInfo
final

The current status of the user's touch.

As the value of the magnifierInfo changes, the position of the loupe is adjusted automatically, according to the rules described in the TextMagnifier class description.

Implementation

final ValueNotifier<MagnifierInfo> magnifierInfo;