clipDetailsNotifier property
final
Contains a value of type EdgeInsets that specifies how the SemanticsNode.rect of the widget should be clipped.
See also:
_SemanticsClipper
, which utilizes the value inside to update the SemanticsNode.rect for its child.
Implementation
final ValueNotifier<EdgeInsets>? clipDetailsNotifier;