animated property

  1. @TagNumber(7)
bool get animated

Not overridable @doc Whether the container will animate when its properties change.

Implementation

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

Implementation

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