animatedOpacityIsEnabled property

  1. @TagNumber(1)
bool get animatedOpacityIsEnabled

Not overridable @doc Whether to animate the change in opacity of the widget.

Implementation

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

Implementation

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