scrollAnimationMs property
@doc Animation duration for scroll in milliseconds.
Implementation
@$pb.TagNumber(2)
FFDoubleValue get scrollAnimationMs => $_getN(1);
Implementation
@$pb.TagNumber(2)
set scrollAnimationMs(FFDoubleValue value) => $_setField(2, value);