magnifierBuilder property
The builder callback that creates the widget that renders the magnifier.
Implementation
MagnifierBuilder get magnifierBuilder => _magnifierBuilder ?? _none;
The builder callback that creates the widget that renders the magnifier.
MagnifierBuilder get magnifierBuilder => _magnifierBuilder ?? _none;