effectiveClipBehavior property

Clip get effectiveClipBehavior

Clip Behavior from property with default value Clip.none

Implementation

Clip get effectiveClipBehavior => clipBehavior ?? Clip.none;