clipContent property

  1. @TagNumber(6)
bool get clipContent

Not overridable @doc Whether the container should be clipped to its bounds.

Implementation

@$pb.TagNumber(6)
$core.bool get clipContent => $_getBF(5);
  1. @TagNumber(6)
set clipContent (bool value)

Implementation

@$pb.TagNumber(6)
set clipContent($core.bool value) => $_setBool(5, value);