addRotate method

CustomLayoutOption addRotate(
  1. List<double> values
)

Implementation

CustomLayoutOption addRotate(List<double> values) {
  builders.add(new RotateTransformBuilder(values: values));
  return this;
}