kDefaultMagnifierSize constant

  1. @visibleForTesting
Size const kDefaultMagnifierSize

The default size of this Magnifier.

The size of the magnifier may be modified through the constructor; kDefaultMagnifierSize is extracted from the default parameter of Magnifier's constructor so that positioners may depend on it.

Implementation

@visibleForTesting
static const Size kDefaultMagnifierSize = Size(77.37, 37.9);