resolveExtraSize abstract method

Size resolveExtraSize(
  1. Size size,
  2. double t, {
  3. bool isRoot = true,
})

The amount of space (per axis) freed by this transform for a backdrop of size at progress t. Returns Size.zero when nothing is freed.

Implementation

Size resolveExtraSize(Size size, double t, {bool isRoot = true});