allowScrolling property

  1. @TagNumber(5)
bool get allowScrolling

Should not be overridable

Implementation

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

Implementation

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