opacityChanged method

  1. @override
void opacityChanged(
  1. double from,
  2. double to
)
override

Implementation

@override
void opacityChanged(double from, double to) {
  // Intentionally doesn't call super as this will call
  // markWorldTransformDirty if necessary.
  markTransformDirty();
}