hideBeforeAnimating property

  1. @TagNumber(11)
bool get hideBeforeAnimating

@doc Whether to hide the widget before animating.

Implementation

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

Implementation

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