contentCutoutBuilder property

void Function(Path path, Rect bounds) contentCutoutBuilder
final

{@macro forui.foundation.FModalBarrier.cutoutBuilder}

Does nothing if cutout is false or FPopoverStyle.barrierFilter is null.

Implementation

final void Function(Path path, Rect bounds) contentCutoutBuilder;