clipBehavior property

Clip clipBehavior
final

Whether and how to clip the shadows that render inside the loupe.

Defaults to Clip.hardEdge.

A value of Clip.none can be used if the shadow will not paint where the magnified image appears, or if doing so is intentional (e.g. to blur the edges of the magnified image).

See the discussion at shadows.

Implementation

final Clip clipBehavior;