AnimationPadding.all constructor

AnimationPadding.all(
  1. AnimationControllerValue value
)

Implementation

AnimationPadding.all(AnimationControllerValue value)
    : top = value,
      bottom = value;