resolveTransformForAnimation static method

TransformAnimationValue resolveTransformForAnimation(
  1. String present
)

Implementation

static TransformAnimationValue resolveTransformForAnimation(String present) {
  List<CSSFunctionalNotation>? notation = resolveTransform(present);
  return TransformAnimationValue(notation);
}