doubleShape method

  1. @override
R doubleShape(
  1. DoubleShape shape, [
  2. Shape? parent
])
override

Implementation

@override
R doubleShape(DoubleShape shape, [Shape? parent]) =>
    simpleShape(shape, parent);