applyInitialState property

  1. @TagNumber(14)
bool get applyInitialState

@doc Whether to apply the initial state before animating.

Implementation

@$pb.TagNumber(14)
$core.bool get applyInitialState => $_getBF(13);
  1. @TagNumber(14)
set applyInitialState (bool value)

Implementation

@$pb.TagNumber(14)
set applyInitialState($core.bool value) => $_setBool(13, value);