BoxStyler.translate constructor

BoxStyler.translate(
  1. double x,
  2. double y, [
  3. double z = 0.0
])

Implementation

factory BoxStyler.translate(double x, double y, [double z = 0.0]) =>
    BoxStyler().translate(x, y, z);