offsetClip property

bool offsetClip
final

Controls whether the clip/cutout path used by BlurStyle.inner, BlurStyle.outer, and BlurStyle.solid follows offset.

  • false: clip/cutout stays at the original place
  • true: clip/cutout moves together with the shadow

Implementation

final bool offsetClip;