avoidOverflow property

  1. @TagNumber(12)
bool get avoidOverflow

@doc Whether to shift the dialog to avoid overflowing the screen.

Implementation

@$pb.TagNumber(12)
$core.bool get avoidOverflow => $_getBF(11);
  1. @TagNumber(12)
set avoidOverflow (bool value)

Implementation

@$pb.TagNumber(12)
set avoidOverflow($core.bool value) => $_setBool(11, value);