effectiveClipBehavior property
Clip
get
effectiveClipBehavior
Clip Behavior from property with default value Clip.none
Implementation
Clip get effectiveClipBehavior => clipBehavior ?? Clip.none;
Clip Behavior from property with default value Clip.none
Clip get effectiveClipBehavior => clipBehavior ?? Clip.none;