heroAnimation property

  1. @TagNumber(2)
bool get heroAnimation

@doc Whether transition to the expanded image should use a hero animation.

Implementation

@$pb.TagNumber(2)
$core.bool get heroAnimation => $_getBF(1);
  1. @TagNumber(2)
set heroAnimation (bool value)

Implementation

@$pb.TagNumber(2)
set heroAnimation($core.bool value) => $_setBool(1, value);